mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 17:01:35 +00:00
23 lines
651 B
JSON
23 lines
651 B
JSON
{
|
|
"files.associations": {
|
|
"platform.h": "c"
|
|
},
|
|
"debug.allowBreakpointsEverywhere": true,
|
|
"editor.rulers": [
|
|
{
|
|
"column": 140,
|
|
"comment": "clang-format"
|
|
}
|
|
],
|
|
"clangd.arguments": [
|
|
"--pretty",
|
|
"--background-index",
|
|
"--compile-commands-dir=${workspaceFolder}/build"
|
|
],
|
|
"cmake.copyCompileCommands": "${workspaceFolder}/build/compile_commands.json",
|
|
"cmake.options.statusBarVisibility": "hidden",
|
|
"cmake.options.advanced": {
|
|
"configure": {"projectStatusVisibility": "visible"},
|
|
"build": {"statusBarVisibility": "visible"}
|
|
}
|
|
} |