Skip to content

Commit c2e2395

Browse files
committed
Create settings.json
1 parent 0efecd8 commit c2e2395

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.vscode/settings.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"codeQL.githubDatabase.update": "never",
3+
"C_Cpp.intelliSenseEngine": "disabled",
4+
"clangd.path": "clangd",
5+
"clangd.arguments": [
6+
"-log=verbose",
7+
"-pretty",
8+
"--background-index",
9+
//"--query-driver=/bin/arm-buildroot-linux-gnueabihf-g++", //for cross compile usage
10+
"--compile-commands-dir=${workspaceFolder}/build/xnu-compiledb.obj/RELEASE_ARM64_VMAPPLE",
11+
],
12+
"editor.formatOnSave": false
13+
}

0 commit comments

Comments
 (0)