We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efecd8 commit c2e2395Copy full SHA for c2e2395
.vscode/settings.json
@@ -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