File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 43
43
"cmake.environment" : {
44
44
"PATH" : " ${workspaceFolder}/buildtools/bin;${workspaceFolder}/buildtools/llvm-21.1.0/bin;${env:PATH}"
45
45
},
46
+ // "cmake.additionalCompilerSearchDirs": [
47
+ // "${workspaceFolder:cesium-src}/buildtools/bin",
48
+ // "${workspaceFolder:cesium-src}/buildtools/llvm-21.1.0/bin",
49
+ // ],
46
50
"cmake.additionalCompilerSearchDirs" : [
47
- " ${workspaceFolder:cesium-src }/buildtools/bin" ,
48
- " ${workspaceFolder:cesium-src }/buildtools/llvm-21.1.0/bin" ,
51
+ " ${workspaceFolder}/buildtools/bin" ,
52
+ " ${workspaceFolder}/buildtools/llvm-21.1.0/bin" ,
49
53
],
50
54
"cmake.cmakePath" : " ${workspaceFolder}/buildtools/bin/cmake-4.1.1/bin/cmake" ,
51
55
"clangd.path" : " ${workspaceFolder}/buildtools/llvm-21.1.0/bin/clangd.exe" ,
You can’t perform that action at this time.
0 commit comments