chore: Update vscode workspace files
Some checks failed
Build OS / Deploy Documentation to GitHub Pages (push) Has been cancelled
Build OS / Build Cross-Compiler & Toolchain (push) Has been cancelled
Build OS / Analyze with CodeQL (cpp) (push) Has been cancelled
Build OS / Build amd64 (push) Has been cancelled
Build OS / Build i386 (push) Has been cancelled
Build OS / Build aarch64 (push) Has been cancelled

This commit is contained in:
EnderIce2 2024-11-27 01:56:37 +02:00
parent 0dbdacb8df
commit 640b902045
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD
3 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@
} }
], ],
"settings": { "settings": {
"terminal.integrated.cwd": "../",
"debug.allowBreakpointsEverywhere": true "debug.allowBreakpointsEverywhere": true
} }
} }

View File

@ -5,6 +5,7 @@
} }
], ],
"settings": { "settings": {
"terminal.integrated.cwd": "../",
"debug.allowBreakpointsEverywhere": true, "debug.allowBreakpointsEverywhere": true,
"editor.tabCompletion": "on", "editor.tabCompletion": "on",
"diffEditor.codeLens": true, "diffEditor.codeLens": true,

View File

@ -5,6 +5,7 @@
} }
], ],
"settings": { "settings": {
"terminal.integrated.cwd": "../",
"debug.allowBreakpointsEverywhere": true "debug.allowBreakpointsEverywhere": true
} }
} }