Make scripts executable for linux/macos

This commit is contained in:
Duncan Ogilvie
2024-12-03 15:28:16 +01:00
parent 56b384c966
commit 21be12c2d3
6 changed files with 1 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ Additionally you need to pass pass the following arguments to `clangd`:
```json
"clangd.arguments": [
"--log=verbose",
"--query-driver=*/clang-cl.exe,*/zig-cc.*,*/zig-c++.*,*/em++.bat,*/emcc.bat,*/em++,*/emcc",
"--query-driver=**/zig-cc.cmd,**/zig-cc,**/zig-c++.cmd,**/zig-c++",
]
```