Skip to content

Commit 548d32f

Browse files
authored
workspaceFolder
1 parent e55ef6e commit 548d32f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/LanguageServer/MinGW.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Starting with version 0.16.1, if you set the `compilerPath` property and change
1212
"intelliSenseMode": "clang-x64",
1313
"compilerPath": "C:/MinGW/bin/gcc.exe",
1414
"includePath": [
15-
"${workspaceRoot}"
15+
"${workspaceFolder}"
1616
],
1717
"defines": [
1818
"_DEBUG"
@@ -22,7 +22,7 @@ Starting with version 0.16.1, if you set the `compilerPath` property and change
2222
"C:/MinGW/lib/gcc/mingw32/6.3.0/include",
2323
"C:/MinGW/lib/gcc/mingw32/6.3.0/include-fixed",
2424
"C:/MinGW/include/*",
25-
"${workspaceRoot}"
25+
"${workspaceFolder}"
2626
],
2727
"limitSymbolsToIncludedHeaders": true,
2828
"databaseFilename": ""

0 commit comments

Comments
 (0)