Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit20954f7

Browse files
authored
Resolve ${workspaceFolder} in compilerPath for config squiggles. (microsoft#7650)
1 parent315f308 commit20954f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎Extension/src/LanguageServer/configurations.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,6 +1650,7 @@ export class CppProperties {
16501650
// Resolve and split any environment variables
16511651
paths=this.resolveAndSplit(paths,undefined,this.ExtendedEnvironment);
16521652
compilerPath=util.resolveVariables(compilerPath,this.ExtendedEnvironment).trim();
1653+
compilerPath=this.resolvePath(compilerPath,isWindows);
16531654

16541655
// Get the start/end for properties that are file-only.
16551656
constforcedIncludeStart:number=curText.search(/\s*\"forcedInclude\"\s*:\s*\[/);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp