We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5483e3b commit 6241a31Copy full SHA for 6241a31
morbyd.code-workspace
@@ -11,6 +11,27 @@
11
"-v",
12
"-race",
13
"--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"
35
]
36
}
37
0 commit comments