microsoft / vscode-go

An extension for VS Code which provides support for the Go language. We have moved to https://github.com/golang/vscode-go
Other
5.93k stars 645 forks source link

Spawns cc1 and hogs up CPU #1070

Closed aeruhxi closed 7 years ago

aeruhxi commented 7 years ago

When I import gotk3, which depends on gcc to compile, every time I save a file (reformat occurs), it spawns cc1 process. Eventually, I end up with this mess: 2017-07-06-141411_208x91_scrot

Also even after I close vscode, those processes won't be terminated.

OS: Manjaro Linux 17.0.1 Gellivara

ramya-rao-a commented 7 years ago

Does it happen when you have go.formatOnSave set to false?

aeruhxi commented 7 years ago

It is weird that I can't reproduce this error in any way anymore. I guess it was a problem with my machine. A reboot might have fixed it. Should I close this?

ramya-rao-a commented 7 years ago

No worries, I'll close it.