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 @@ -3215,6 +3215,7 @@ export class DefaultClient implements Client {
3215
3215
itemConfig . compilerPath = compilerPathAndArgs . compilerPath ;
3216
3216
if ( providerVersion < Version . v6 ) {
3217
3217
itemConfig . compilerArgsLegacy = compilerPathAndArgs . allCompilerArgs ;
3218
+ itemConfig . compilerArgs = undefined ;
3218
3219
} else {
3219
3220
itemConfig . compilerArgs = compilerPathAndArgs . allCompilerArgs ;
3220
3221
}
@@ -3306,6 +3307,7 @@ export class DefaultClient implements Client {
3306
3307
sanitized . compilerPath = compilerPathAndArgs . compilerPath ;
3307
3308
if ( providerVersion < Version . v6 ) {
3308
3309
sanitized . compilerArgsLegacy = compilerPathAndArgs . allCompilerArgs ;
3310
+ sanitized . compilerArgs = undefined ;
3309
3311
} else {
3310
3312
sanitized . compilerArgs = compilerPathAndArgs . allCompilerArgs ;
3311
3313
}
You can’t perform that action at this time.
0 commit comments