Files
spider-runtime/spider-runtime.code-workspace
2026-03-18 09:36:45 -06:00

20 lines
272 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"gitlens.remotes": [
{
"domain": "git.sintekanalytics.com",
"type": "Gitea",
"name": "Sintek Analytics' Git",
"protocol": "https",
}
],
"C_Cpp.default.includePath": [
"./src"
]
}
}