mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 08:51:35 +00:00
updates submodules
This commit is contained in:
13
.vscode/settings.json
vendored
13
.vscode/settings.json
vendored
@@ -2,5 +2,16 @@
|
||||
"files.associations": {
|
||||
"platform.h": "c"
|
||||
},
|
||||
"debug.allowBreakpointsEverywhere": true
|
||||
"debug.allowBreakpointsEverywhere": true,
|
||||
"editor.rulers": [
|
||||
{
|
||||
"column": 120,
|
||||
"comment": "clang-format"
|
||||
}
|
||||
],
|
||||
"cmake.configureArgs": [
|
||||
"--preset",
|
||||
"Debug",
|
||||
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user