Open denisemenov opened 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"]
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..
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: