beerose / go-group-imports-vscode

VSCode extension for separating imports in go files into three groups: stdlib, 3rd party, own.
https://marketplace.visualstudio.com/items?itemName=aleksandra.go-group-imports
MIT License
31 stars 20 forks source link

VSCode not recognizing the configuration #1

Closed slomek closed 6 years ago

slomek commented 6 years ago

What I did

Downloaded the plugin and reloaded VSCode to activate it.

What I expected

Have Go imports grouped on save.

What happenned

Nothing, really. I've added the configuration setting explicitly in my settings.json and it started working. The weird thing was that VSCode didn't recognize the configuration even though, see screenshot.

unknown-configuration-setting
beerose commented 6 years ago

There was a bug in package.json. It's already fixed.