Skip to content

Improve go integration in vscode

Warren Gifford requested to merge es/vscode-go into main

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

Merge request reports

Loading