Closed mbana closed 5 years ago
README.md
vscode-go
go.languageServerFlags
NB: Flags seem to indicate that --format-style=<style> is supported whilst I could only get this to work
--format-style=<style>
... "go.languageServerFlags": [ "-enhance-signature-help", "-trace", "-format-style=goimports", ], ...
README.md
. Just makes things much easier.vscode-go
go.languageServerFlags
settings example.NB: Flags seem to indicate that
--format-style=<style>
is supported whilst I could only get this to work