live debug working, ready to merge with runtime

This commit is contained in:
2026-06-08 00:54:45 -06:00
parent ca9170d197
commit 86fa139c9c
13 changed files with 494 additions and 1 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"gitlens.remotes": [
{
"domain": "git.sintekanalytics.com",
"type": "Gitea",
"name": "Sintek Analytics' Git",
"protocol": "https",
}
],
// Friendly reminder to alter the includepath
// in YOUR OWN .vscode/settings.json
"C_Cpp.default.includePath": [
"./src"
],
"terminal.integrated.defaultProfile.windows": "MSYS2 UCRT",
"terminal.integrated.gpuAcceleration": "off",
"terminal.integrated.minimumContrastRatio": 1
}
}