Skip to content

Commit 6241a31

Browse files
committed
chore: workspace recommended extensions
Signed-off-by: thediveo <thediveo@gmx.eu>
1 parent 5483e3b commit 6241a31

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

morbyd.code-workspace

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,27 @@
1111
"-v",
1212
"-race",
1313
"--ginkgo.no-color"
14+
],
15+
"statsBar.memoUsage.format": "$(chip) ${used}/${total} ${unit}, ${percent}%",
16+
"statsBar.location": "Right",
17+
},
18+
"launch": {
19+
"version": "0.2.0",
20+
"configurations": [
21+
{
22+
"name": "Debug/Test Package",
23+
"type": "go",
24+
"request": "launch",
25+
"mode": "auto",
26+
"program": "${fileDirname}"
27+
}
28+
],
29+
"compounds": []
30+
},
31+
"extensions": {
32+
"recommendations": [
33+
"ms-vscode.live-server",
34+
"njzy.stats-bar"
1435
]
1536
}
1637
}

0 commit comments

Comments
 (0)