File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ function getClientConfig(context: ExtensionContext) {
100
100
[ 'enableCacheWrite' , 'misc.enableCacheWrite' ] ,
101
101
[ 'enableCacheRead' , 'misc.enableCacheRead' ] ,
102
102
[ 'compilationDatabaseDirectory' , 'misc.compilationDatabaseDirectory' ] ,
103
+ [ 'completion.enableSnippets' , 'completion.enableSnippetInsertion' ] ,
103
104
[ 'completion.includeMaxPathSize' , 'completion.include.maximumPathLength' ] ,
104
105
[ 'completion.includeSuffixWhitelist' , 'completion.include.whitelistLiteralEnding' ] ,
105
106
[ 'completion.includeWhitelist' , 'completion.include.whitelist' ] ,
@@ -108,7 +109,6 @@ function getClientConfig(context: ExtensionContext) {
108
109
[ 'diagnostics.onParse' , 'diagnostics.onParse' ] ,
109
110
[ 'diagnostics.onCodeCompletion' , 'diagnostics.onCodeCompletion' ] ,
110
111
[ 'codeLens.localVariables' , 'codeLens.onLocalVariables' ] ,
111
- [ 'client.snippetSupport' , 'completion.enableSnippetInsertion' ]
112
112
] ;
113
113
let clientConfig = {
114
114
launchCommand : '' ,
You can’t perform that action at this time.
0 commit comments