Skip to content

Commit

Permalink
Add js version of setting too
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Oct 28, 2021
1 parent d2aa181 commit bc4e05c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extensions/typescript-language-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1111,6 +1111,12 @@
"markdownDescription": "%typescript.workspaceSymbols.scope%",
"scope": "window"
},
"javascript.suggest.includeCompletionsWithClassMemberSnippets": {
"type": "boolean",
"default": true,
"description": "%configuration.suggest.includeCompletionsWithClassMemberSnippets%",
"scope": "resource"
},
"typescript.suggest.includeCompletionsWithClassMemberSnippets": {
"type": "boolean",
"default": true,
Expand Down

0 comments on commit bc4e05c

Please sign in to comment.