alexr00 / formatallfilesinworkspace

4 stars 3 forks source link

includeFileExtensions doesn't work #1

Open denisemenov opened 4 years ago

denisemenov commented 4 years ago

Hi. I cannot add additional extensions to the config. Only files with default extensions are formatted. For example: when I change the settings, the json files are still formatting instead of the above:

  "formatAll.excludeFolders": ["node_modules", "out", "docker", ".vscode-test", ".vscode", "media"],
  "formatAll.includeFileExtensions": [".styl", ".vue", ".js"]
mnmkay commented 7 months ago

this bug is caused by:

settings changes are not honored until the extension/VSC is restarted/reloaded. doesn't seem like it will be fixed..