File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Documentation/LanguageServer Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Starting with version 0.16.1, if you set the `compilerPath` property and change
12
12
"intelliSenseMode" : " clang-x64" ,
13
13
"compilerPath" : " C:/MinGW/bin/gcc.exe" ,
14
14
"includePath" : [
15
- " ${workspaceRoot}" ,
15
+ " ${workspaceRoot}"
16
16
],
17
17
"defines" : [
18
18
" _DEBUG"
@@ -21,8 +21,8 @@ Starting with version 0.16.1, if you set the `compilerPath` property and change
21
21
"path" : [
22
22
" C:/MinGW/lib/gcc/mingw32/6.3.0/include" ,
23
23
" C:/MinGW/lib/gcc/mingw32/6.3.0/include-fixed" ,
24
- " C:/MinGW/include/*"
25
- " ${workspaceRoot}" ,
24
+ " C:/MinGW/include/*" ,
25
+ " ${workspaceRoot}"
26
26
],
27
27
"limitSymbolsToIncludedHeaders" : true ,
28
28
"databaseFilename" : " "
@@ -63,8 +63,8 @@ In earlier versions of the extension, the `includePath` and a some system define
63
63
"path" : [
64
64
" C:/MinGW/lib/gcc/mingw32/6.3.0/include" ,
65
65
" C:/MinGW/lib/gcc/mingw32/6.3.0/include-fixed" ,
66
- " C:/MinGW/include/*"
67
- " ${workspaceRoot}" ,
66
+ " C:/MinGW/include/*" ,
67
+ " ${workspaceRoot}"
68
68
],
69
69
"limitSymbolsToIncludedHeaders" : true ,
70
70
"databaseFilename" : " "
@@ -99,8 +99,8 @@ For C projects, simply remove the C++ lines:
99
99
"path" : [
100
100
" C:/MinGW/lib/gcc/mingw32/6.3.0/include" ,
101
101
" C:/MinGW/lib/gcc/mingw32/6.3.0/include-fixed" ,
102
- " C:/MinGW/include/*"
103
- " ${workspaceRoot}" ,
102
+ " C:/MinGW/include/*" ,
103
+ " ${workspaceRoot}"
104
104
],
105
105
"limitSymbolsToIncludedHeaders" : true ,
106
106
"databaseFilename" : " "
You can’t perform that action at this time.
0 commit comments