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 4343 "cmake.environment" : {
4444 "PATH" : " ${workspaceFolder}/buildtools/bin;${workspaceFolder}/buildtools/llvm-21.1.0/bin;${env:PATH}"
4545 },
46+ // "cmake.additionalCompilerSearchDirs": [
47+ // "${workspaceFolder:cesium-src}/buildtools/bin",
48+ // "${workspaceFolder:cesium-src}/buildtools/llvm-21.1.0/bin",
49+ // ],
4650 "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" ,
4953 ],
5054 "cmake.cmakePath" : " ${workspaceFolder}/buildtools/bin/cmake-4.1.1/bin/cmake" ,
5155 "clangd.path" : " ${workspaceFolder}/buildtools/llvm-21.1.0/bin/clangd.exe" ,
You can’t perform that action at this time.
0 commit comments