File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 773
773
"default" : true ,
774
774
"description" : " If true, diagnostics will be reported when a file is parsed (ie, saving or indexed)."
775
775
},
776
- "cquery.diagnostics.onCodeCompletion " : {
776
+ "cquery.diagnostics.onType " : {
777
777
"type" : " boolean" ,
778
778
"default" : true ,
779
779
"description" : " If true, code completion will trigger diagnostic updates."
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ function getClientConfig(context: ExtensionContext) {
107
107
[ 'completion.includeBlacklist' , 'completion.include.blacklist' ] ,
108
108
[ 'showDocumentLinksOnIncludes' , 'showDocumentLinksOnIncludes' ] ,
109
109
[ 'diagnostics.onParse' , 'diagnostics.onParse' ] ,
110
- [ 'diagnostics.onCodeCompletion ' , 'diagnostics.onCodeCompletion ' ] ,
110
+ [ 'diagnostics.onType ' , 'diagnostics.onType ' ] ,
111
111
[ 'codeLens.localVariables' , 'codeLens.onLocalVariables' ] ,
112
112
] ;
113
113
let clientConfig = {
You can’t perform that action at this time.
0 commit comments