File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Extension/src/LanguageServer Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2793,6 +2793,7 @@ export class DefaultClient implements Client {
2793
2793
itemConfig . compilerPath = compilerPathAndArgs . compilerPath ;
2794
2794
if ( providerVersion < Version . v6 ) {
2795
2795
itemConfig . compilerArgsLegacy = compilerPathAndArgs . allCompilerArgs ;
2796
+ itemConfig . compilerArgs = undefined ;
2796
2797
} else {
2797
2798
itemConfig . compilerArgs = compilerPathAndArgs . allCompilerArgs ;
2798
2799
}
@@ -2884,6 +2885,7 @@ export class DefaultClient implements Client {
2884
2885
sanitized . compilerPath = compilerPathAndArgs . compilerPath ;
2885
2886
if ( providerVersion < Version . v6 ) {
2886
2887
sanitized . compilerArgsLegacy = compilerPathAndArgs . allCompilerArgs ;
2888
+ sanitized . compilerArgs = undefined ;
2887
2889
} else {
2888
2890
sanitized . compilerArgs = compilerPathAndArgs . allCompilerArgs ;
2889
2891
}
You can’t perform that action at this time.
0 commit comments