Fix the label corruption issue
All checks were successful
Build ptprnt / build (push) Successful in 4m43s

This commit is contained in:
2025-10-11 17:04:55 +02:00
parent 6e3a5bd12f
commit 59b3b34edc
6 changed files with 149 additions and 27 deletions

10
.vscode/settings.json vendored
View File

@@ -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"
],
}