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 773773 "default" : true ,
774774 "description" : " If true, diagnostics will be reported when a file is parsed (ie, saving or indexed)."
775775 },
776- "cquery.diagnostics.onCodeCompletion " : {
776+ "cquery.diagnostics.onType " : {
777777 "type" : " boolean" ,
778778 "default" : true ,
779779 "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) {
107107 [ 'completion.includeBlacklist' , 'completion.include.blacklist' ] ,
108108 [ 'showDocumentLinksOnIncludes' , 'showDocumentLinksOnIncludes' ] ,
109109 [ 'diagnostics.onParse' , 'diagnostics.onParse' ] ,
110- [ 'diagnostics.onCodeCompletion ' , 'diagnostics.onCodeCompletion ' ] ,
110+ [ 'diagnostics.onType ' , 'diagnostics.onType ' ] ,
111111 [ 'codeLens.localVariables' , 'codeLens.onLocalVariables' ] ,
112112 ] ;
113113 let clientConfig = {
You can’t perform that action at this time.
0 commit comments