live debug working, ready to merge with runtime
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user