|
14 | 14 | },
|
15 | 15 | "files.exclude": {
|
16 | 16 | "**/node_modules/**": true,
|
| 17 | + "**/.cache/**": true, |
17 | 18 | },
|
18 | 19 | "editor.wrappingIndent": "indent",
|
19 | 20 | // "markdown.styles": ["custom-tag-style.css"]
|
|
33 | 34 | // "foam.files.newNotePath": "currentDir",
|
34 | 35 | // "foam.completion.useAlias": "whenPathDiffersFromTitle",
|
35 | 36 | // "foam.preview.embedNoteType": "content-inline",
|
36 |
| - // "cmake.environment": { |
37 |
| - // "PATH": "${workspaceFolder}/buildtools/bin:${workspaceFolder}/buildtools/llvm-21.1.0/bin:${env:PATH}" |
38 |
| - // }, |
39 |
| - // "cmake.additionalCompilerSearchDirs": [ |
40 |
| - // "./buildtools/bin", |
41 |
| - // "./buildtools/llvm-21.1.0/bin", |
42 |
| - // ], |
| 37 | + "cmake.environment": { |
| 38 | + "PATH": "${workspaceFolder}/buildtools/bin;${workspaceFolder}/buildtools/llvm-21.1.0/bin;${env:PATH}" |
| 39 | + }, |
| 40 | + "cmake.additionalCompilerSearchDirs": [ |
| 41 | + "${workspaceFolder:cesium-src}/buildtools/bin", |
| 42 | + "${workspaceFolder:cesium-src}/buildtools/llvm-21.1.0/bin", |
| 43 | + ], |
43 | 44 | "cmake.cmakePath": "${workspaceFolder}/buildtools/bin/cmake-4.1.1/bin/cmake",
|
| 45 | + "clangd.path": "${workspaceFolder}/buildtools/llvm-21.1.0/bin/clangd.exe", |
| 46 | + // "cmake.configureOnOpen": false, |
44 | 47 | },
|
45 | 48 | "extensions": {
|
46 | 49 | // See http://go.microsoft.com/fwlink/?LinkId=827846
|
|
67 | 70 | "type": "lldb",
|
68 | 71 | "request": "launch",
|
69 | 72 | "name": "Launch",
|
70 |
| - "program": "${workspaceFolder}/build/bin/cesium.exe", |
| 73 | + "program": "${workspaceFolder}/build/bin/cesium.exe", //build/clang-21.1.0-x86_64-pc-windows-msvc/bin/cesium.exe |
71 | 74 | "args": [],
|
72 | 75 | "cwd": "${workspaceFolder}"
|
73 | 76 | }
|
|
0 commit comments