sourcebot/.vscode/sourcebot.code-workspace

19 lines
226 B
Text
Raw Permalink Normal View History

2025-04-03 00:50:48 +00:00
{
"folders": [
{
"path": ".."
},
{
"path": "../vendor/zoekt"
},
{
"path": "../../sourcebot-helm-chart"
2025-04-03 00:50:48 +00:00
}
],
"settings": {
"files.associations": {
"*.json": "jsonc",
"index.json": "json"
}
}
}