-
-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
Description
VS Code version
1.103.2
Extension version
3.2.0
Biome version
2.2.2
Operating system
- Windows
- macOS
- Linux
Description
New files not recognized by biome if they created manually.
It works fine during copy.
It reproduced in VSCode and Webstrome so i'm not sure if it's extension problem.
It start works if manually restart extensions host.
Steps to reproduce
Setup
- Create new quasar app (npm init quasar@latest)
- Install biome (npm i -D -E @biomejs/biome)
- Configure biome (npx @biomejs/biome init)
3.1 Add override config for vue from docs (https://biomejs.dev/internals/language-support/#html-super-languages-support)
3.2 Add some obvious rule to linter. (e.g. https://biomejs.dev/linter/rules/no-yoda-expression/#examples) - Configure VSCode ("editor.defaultFormatter": "biomejs.biome")
Repro
- Go to existing vue file. reproduce linter issue.
- Create empty test.vue file. Copy content.
Linter is dead for this file.
- Restart extensions host
Linter works.
Expected behavior
Linter should work on new created vue files without reload
Does this issue occur when using the CLI directly?
No
Link to a minimal reproduction
No response
Logs