Skip to content

Commit 20ab688

Browse files
add vscode workspace that makes debugging zoekt easier
1 parent 21a8425 commit 20ab688

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.vscode/sourcebot.code-workspace

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"folders": [
3+
{
4+
"path": ".."
5+
},
6+
{
7+
"path": "../vendor/zoekt"
8+
}
9+
],
10+
"settings": {
11+
"files.associations": {
12+
"*.json": "jsonc",
13+
"index.json": "json"
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)