diff options
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/settings.json b/settings.json index c3162ae..3e7eaa5 100644 --- a/settings.json +++ b/settings.json @@ -207,6 +207,15 @@ "root_uri_patterns": [ "go.mod" ] + }, + { + "command": "golangci-lint-langserver", + "requires": [ + "go" + ], + "root_uri_patterns": [ + "go.mod" + ] } ], "graphql": [ |