diff --git a/home/qenya/vscode.nix b/home/qenya/vscode.nix index 8a2f8cf..80d1a41 100644 --- a/home/qenya/vscode.nix +++ b/home/qenya/vscode.nix @@ -36,6 +36,7 @@ in "dlv" = "${pkgs.delve}/bin/dlv"; "staticcheck" = "${pkgs.go-tools}/bin/staticcheck"; }; + "go.lintTool" = "golangci-lint"; "go.toolsManagement.checkForUpdates" = "off"; "gopls" = { "formatting.gofumpt" = true;