mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-13 03:08:49 +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
|
"files.trimTrailingWhitespace": true
|
||||||
},
|
},
|
||||||
"clangd.arguments": [
|
"clangd.arguments": [
|
||||||
"--header-insertion=never"
|
"--header-insertion=never",
|
||||||
|
"--compile-commands-dir=${workspaceFolder}/develop/.cdb"
|
||||||
],
|
],
|
||||||
"cmake.copyCompileCommands": "${workspaceFolder}/develop/.cdb/compile_commands.json"
|
"cmake.copyCompileCommands": "${workspaceFolder}/develop/.cdb/compile_commands.json"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,6 +5,3 @@ Diagnostics:
|
|||||||
- modernize-*
|
- modernize-*
|
||||||
- performance-*
|
- performance-*
|
||||||
- readability-*
|
- readability-*
|
||||||
|
|
||||||
CompileFlags:
|
|
||||||
CompilationDatabase: .cdb
|
|
||||||
|
|||||||
@@ -20,10 +20,7 @@ Diagnostics:
|
|||||||
- misc-unused-using-decls
|
- misc-unused-using-decls
|
||||||
- modernize-use-trailing-return-type
|
- modernize-use-trailing-return-type
|
||||||
- readability-identifier-length
|
- readability-identifier-length
|
||||||
- readability-named-parameter
|
- readability-named-parameter``
|
||||||
- readability-redundant-access-specifiers
|
- readability-redundant-access-specifiers
|
||||||
- readability-simplify-boolean-expr
|
- readability-simplify-boolean-expr
|
||||||
- readability-use-anyofallof
|
- readability-use-anyofallof
|
||||||
|
|
||||||
CompileFlags:
|
|
||||||
CompilationDatabase: ../develop/.cdb
|
|
||||||
|
|||||||
Reference in New Issue
Block a user