Skip to content

Commit

Permalink
Set intellisense.package.enabled to true
Browse files Browse the repository at this point in the history
The default is to populate intellisense based on the used packages.

Related to James-Yu#2052
  • Loading branch information
jlelong committed Apr 28, 2020
1 parent 74e1212 commit 8dffe2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@
},
"latex-workshop.intellisense.package.enabled": {
"type": "boolean",
"default": false,
"default": true,
"markdownDescription": "Auto-complete commands and environments from used packages."
},
"latex-workshop.intellisense.package.extra": {
Expand Down

0 comments on commit 8dffe2e

Please sign in to comment.