mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 08:51:35 +00:00
adds VSCode configuration
This commit is contained in:
14
.vscode/settings.json
vendored
14
.vscode/settings.json
vendored
@@ -5,13 +5,15 @@
|
||||
"debug.allowBreakpointsEverywhere": true,
|
||||
"editor.rulers": [
|
||||
{
|
||||
"column": 120,
|
||||
"column": 140,
|
||||
"comment": "clang-format"
|
||||
}
|
||||
],
|
||||
"cmake.configureArgs": [
|
||||
"--preset",
|
||||
"Debug",
|
||||
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON"
|
||||
]
|
||||
"clangd.arguments": [
|
||||
"--pretty",
|
||||
"--background-index",
|
||||
"--compile-commands-dir=${workspaceFolder}/build"
|
||||
],
|
||||
"cmake.copyCompileCommands": "${workspaceFolder}/build/compile_commands.json"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user