赤い彗星
Results
2
comments of
赤い彗星
The go-langserver uses 800% cpu (8 cores) and 15GB mem (16GB total) on my MBP. It happens in this month, I do not know why it happens
I write Go file by vscode, here is my settings.json ``` { "workbench.editor.enablePreview": false, "files.autoSave": "off", "editor.fontSize": 13, "go.testFlags": ["-v", "-count=1"], "go.testEnvVars": {"MY_DEVBOX_HOST": "10.8.122.122"}, "go.docsTool": "gogetdoc", "go.goroot": "/usr/local/Cellar/go/1.10.3/libexec", "go.gopath": "/Users/leonardo/Documents/go",...