|
10 | 10 | "*.czm": "cesium"
|
11 | 11 | },
|
12 | 12 | "files.watcherExclude": {
|
13 |
| - "buildtools/clang+llvm-*/": true, |
14 |
| - "buildtools/llvm-*/": true, |
15 |
| - "buildtools/bin/zig-*/": true, |
16 |
| - "buildtools/bin/zig-x86_64-windows-*/": true, |
17 |
| - "buildtools/bin/cmake-*-windows-x86_64/**": true, |
18 |
| - "buildtools/bin/cmake-*/**": true, |
| 13 | + // "buildtools/clang+llvm-*/": true, |
| 14 | + // "buildtools/llvm-*/": true, |
| 15 | + // "buildtools/bin/zig-*/": true, |
| 16 | + // "buildtools/bin/zig-x86_64-windows-*/": true, |
| 17 | + // "buildtools/bin/cmake-*-windows-x86_64/**": true, |
| 18 | + // "buildtools/bin/cmake-*/**": true, |
| 19 | + "buildtools/opt/**": true, |
19 | 20 | "build/**": true,
|
| 21 | + "doc/**": true, |
| 22 | + "tmp/**": true, |
20 | 23 | "**/.zig-cache/**": true,
|
21 | 24 | "**/node_modules/**": true,
|
22 | 25 | "**/.cache/**": true,
|
|
47 | 50 | // "foam.files.newNotePath": "currentDir",
|
48 | 51 | // "foam.completion.useAlias": "whenPathDiffersFromTitle",
|
49 | 52 | // "foam.preview.embedNoteType": "content-inline",
|
50 |
| - // "cmake.environment": { |
51 |
| - // "PATH": "${workspaceFolder}/buildtools/bin;${workspaceFolder}/buildtools/llvm-21.1.0/bin;${env:PATH}" |
52 |
| - // }, |
53 |
| - // "cmake.additionalCompilerSearchDirs": [ |
54 |
| - // "${workspaceFolder:cesium-src}/buildtools/bin", |
55 |
| - // "${workspaceFolder:cesium-src}/buildtools/llvm-21.1.0/bin", |
56 |
| - // ], |
57 |
| - "cmake.cmakePath": "${workspaceFolder}/buildtools/bin/cmake-4.1.1/bin/cmake", |
58 |
| - "clangd.path": "${workspaceFolder}/buildtools/llvm-21.1.0/bin/clangd.exe", |
| 53 | + "cmake.cmakePath": "${workspaceFolder}/buildtools/opt/cmake-4.1.1/bin/cmake", |
| 54 | + "clangd.path": "${workspaceFolder}/buildtools/opt/llvm-21.1.0/bin/clangd.exe", |
| 55 | + "clangd.arguments": [ |
| 56 | + "--compile-commands-dir=${workspaceFolder}/build" |
| 57 | + ], |
59 | 58 | "cmake.configureOnOpen": true,
|
60 | 59 | "cmake.configureOnEdit": true,
|
| 60 | + "cmake.buildBeforeRun": true, |
| 61 | + "cmake.launchBehavior": "breakAndReuseTerminal", |
61 | 62 | // "cmake.buildTask": true,
|
62 | 63 | "terminal.integrated.env.windows": {
|
63 |
| - "PATH": "${workspaceFolder}/buildtools/bin/zig-0.15.1;${workspaceFolder}/buildtools/llvm-21.1.0/bin;${env:PATH}" |
| 64 | + "PATH": "${workspaceFolder}/build/bin;${workspaceFolder}/buildtools/opt/llvm-21.1.0/bin;${env:PATH}" |
64 | 65 | },
|
65 | 66 | "lldb.verboseLogging": true,
|
| 67 | + "zig.path": "${workspaceFolder}/buildtools/opt/zig-0.15.1/zig.exe", |
| 68 | + "lldb.useNativePDBReader": true, |
| 69 | + // "lldb.library": "${workspaceFolder}/buildtools/opt/llvm-21.1.0/bin", |
| 70 | + // "zig.debugAdapter": "${workspaceFolder}/buildtools/opt/llvm-21.1.0/bin/lldb" |
| 71 | + "zig.debugAdapter": "lldb" |
| 72 | + // "lldb.executable": "${workspaceFolder}/buildtools/opt/llvm-21.1.0/bin/lldb.exe", |
66 | 73 | },
|
67 | 74 | "extensions": {
|
68 | 75 | // See http://go.microsoft.com/fwlink/?LinkId=827846
|
|
89 | 96 | "type": "lldb",
|
90 | 97 | "request": "launch",
|
91 | 98 | "name": "Launch",
|
92 |
| - // "program": "${workspaceFolder}/build/bin/cesium.exe", //build/clang-21.1.0-x86_64-pc-windows-msvc/bin/cesium.exe |
| 99 | + // "program": "${workspaceFolder}/build/bin/cesium.exe", |
93 | 100 | "program": "${command:cmake.launchTargetPath}",
|
94 | 101 | "args": [],
|
95 | 102 | "cwd": "${command:cmake.getLaunchTargetDirectory}",
|
96 |
| - // "cwd": "${workspaceFolder}", |
97 |
| - // "preLaunchTask": "CMake: build" |
| 103 | + "console": "integratedTerminal" |
98 | 104 | }
|
99 | 105 | ]
|
100 | 106 | },
|
|
0 commit comments