Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

includeFileExtensions doesn't work #1

Open
denisemenov opened this issue Aug 2, 2020 · 1 comment
Open

includeFileExtensions doesn't work #1

denisemenov opened this issue Aug 2, 2020 · 1 comment

Comments

@denisemenov
Copy link

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
Copy link

mnmkay commented Mar 2, 2024

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants