File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,13 @@ CompileFlags:
44 Add :
55 - " -ferror-limit=0"
66
7- # Remove extra warnings specified in compile commands (specified in CMakePresets.json)
8- Remove : - mabi
7+ Remove :
8+ - " - mabi"
99
1010 # if you are using VSCode and CMake Tools(provided by Microsoft) add
11- # "cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json" to VSCode settings
11+ # "cmake.copyCompileCommands": "${workspaceFolder}/.vscode/ compile_commands.json" to VSCode settings
1212 # because CompilationDatabase field in .clangd doesn't support multiple folders to search
13-
14- # "compile_commands.json" path (specified in CMakePresets.json)
15- # CompilationDatabase: out/build/Windows-llvm-Debug
13+ CompilationDatabase : .vscode
1614
1715InlayHints :
1816 Enabled : No
You can’t perform that action at this time.
0 commit comments