Skip to content

Commit 0d2cf3b

Browse files
committed
feat: add compile commands configuration for C++ in VSCode settings
1 parent 2acbc45 commit 0d2cf3b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.vscode/settings.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,8 @@
9292
"locale": "cpp",
9393
"queue": "cpp",
9494
"__availability": "cpp"
95-
}
96-
}
95+
},
96+
"C_Cpp.default.compileCommands": [
97+
"${workspaceFolder}/build/compile_commands.json"
98+
]
99+
}

0 commit comments

Comments
 (0)