File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
vscode-wpilib/src/cppprovider Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -546,6 +546,7 @@ export class ApiProvider implements CustomConfigurationProvider {
546
546
compilerPath : tc . cppPath ,
547
547
defines : macros ,
548
548
includePath : includePaths ,
549
+ compilerArgs : args ,
549
550
// tslint:disable-next-line:no-non-null-assertion no-any
550
551
standard : sb . langVersion ! as any ,
551
552
} ,
@@ -584,6 +585,7 @@ export class ApiProvider implements CustomConfigurationProvider {
584
585
compilerPath : tc . cPath ,
585
586
defines : macros ,
586
587
includePath : includePaths ,
588
+ compilerArgs : args ,
587
589
// tslint:disable-next-line:no-non-null-assertion no-any
588
590
standard : sb . langVersion ! as any ,
589
591
} ,
@@ -609,6 +611,7 @@ export class ApiProvider implements CustomConfigurationProvider {
609
611
compilerPath : tc . cppPath ,
610
612
defines : macros ,
611
613
includePath : includePaths ,
614
+ compilerArgs : args ,
612
615
standard : 'c++20' ,
613
616
} ,
614
617
uri : uriPath ,
You can’t perform that action at this time.
0 commit comments