Fix the label corruption issue
All checks were successful
Build ptprnt / build (push) Successful in 4m43s
All checks were successful
Build ptprnt / build (push) Successful in 4m43s
This commit is contained in:
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"clangd.arguments": ["-background-index", "-compile-commands-dir=builddir/"],
|
||||
"clangd.arguments": [
|
||||
"-background-index",
|
||||
"-compile-commands-dir=builddir/"
|
||||
],
|
||||
"editor.formatOnType": false,
|
||||
"editor.formatOnSave": true,
|
||||
"files.associations": {
|
||||
@@ -84,4 +87,7 @@
|
||||
"*.ipp": "cpp"
|
||||
},
|
||||
"clangd.onConfigChanged": "restart",
|
||||
}
|
||||
"cSpell.words": [
|
||||
"ptrnt"
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user