hide all developer stuff to develop directory

This commit is contained in:
BlackMATov
2023-01-09 16:06:46 +07:00
parent 6922c2019b
commit 615be2345d
74 changed files with 37 additions and 45 deletions

10
.vscode/settings.json vendored
View File

@@ -17,13 +17,5 @@
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true
},
"clangd.arguments": [
"--all-scopes-completion",
"--background-index",
"--clang-tidy",
"--compile-commands-dir=${workspaceFolder}/.clangd",
"--completion-style=detailed",
"--header-insertion=never"
],
"cmake.copyCompileCommands": "${workspaceFolder}/.clangd/compile_commands.json"
"cmake.copyCompileCommands": "${workspaceFolder}/develop/.cdb/compile_commands.json"
}