Improve go integration in vscode
Created by: eseliger
This PR does two things:
- It enables the go language server by default, which is the way better tool for navigating code than just relying on the standard tools
- It passes -local to the language server so it correctly orders the dependencies on save