jbockle / format-files

VS Code extension to format all files in workspace
41 stars 13 forks source link

The setting is not applied after saving setting.json in v3.1.2 #24

Closed leowu2017 closed 3 years ago

leowu2017 commented 3 years ago

The setting won't be applied if it is saved directly in the editor. VSCode has to be reopened to apply the changed settings.

HpLightcorner commented 3 years ago

I came across the same issue - the configuration seems to be loaded only once when the extensions is instantiated. I opened a PR to fix the issue by simply loading the config every time a Format Files command is called.

jbockle commented 3 years ago

fixed in #26, thanks @HpLightcorner