mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-12 18:56:14 +07:00
move cdb directory option to vscode settings
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -9,7 +9,8 @@
|
||||
"files.trimTrailingWhitespace": true
|
||||
},
|
||||
"clangd.arguments": [
|
||||
"--header-insertion=never"
|
||||
"--header-insertion=never",
|
||||
"--compile-commands-dir=${workspaceFolder}/develop/.cdb"
|
||||
],
|
||||
"cmake.copyCompileCommands": "${workspaceFolder}/develop/.cdb/compile_commands.json"
|
||||
}
|
||||
|
||||
@@ -5,6 +5,3 @@ Diagnostics:
|
||||
- modernize-*
|
||||
- performance-*
|
||||
- readability-*
|
||||
|
||||
CompileFlags:
|
||||
CompilationDatabase: .cdb
|
||||
|
||||
@@ -20,10 +20,7 @@ Diagnostics:
|
||||
- misc-unused-using-decls
|
||||
- modernize-use-trailing-return-type
|
||||
- readability-identifier-length
|
||||
- readability-named-parameter
|
||||
- readability-named-parameter``
|
||||
- readability-redundant-access-specifiers
|
||||
- readability-simplify-boolean-expr
|
||||
- readability-use-anyofallof
|
||||
|
||||
CompileFlags:
|
||||
CompilationDatabase: ../develop/.cdb
|
||||
|
||||
Reference in New Issue
Block a user