qenya/vscode: pin more go dev dependencies

This commit is contained in:
Katherina Walshe-Grey 2024-11-04 22:21:46 +00:00
parent ee33352462
commit 8690b4f610

View file

@ -33,7 +33,10 @@ in
"go.alternateTools" = {
"go" = "${pkgs.go}/bin/go";
"gopls" = "${pkgs.gopls}/bin/gopls";
"dlv" = "${pkgs.delve}/bin/dlv";
"staticcheck" = "${pkgs.go-tools}/bin/staticcheck";
};
"go.toolsManagement.checkForUpdates" = "off";
"gopls" = {
"formatting.gofumpt" = true;
"ui.semanticTokens" = true;