Files
spider-live-debug/spider-live-debug.code-workspace
T

26 lines
519 B
Plaintext

{
"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
}
}