- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 59
Open
Labels
Description
VS Code version
1.104.1
Extension version
3.2.0
Biome version
2.2.3
Operating system
- Windows
- macOS
- Linux
Description
I have this weird but frequent problem where often, vscode biome extension just stops working on some files.
- No linting info, formatting doesn't work / happen (but no errors anywhere).
- Restarting vscode, clearing cache, nothing seems to help.
- However, if I create a new file and copy the contents over, that works. Then I ran rename the file back to the original.
- The CLI always works.
I was able to fix the issue by:
- Closing vscode
- Killing any still running servers
- rm -rf .cache/biome
- Restart vscode
- Close / re-open the affected file, and biome was working again.
I'll report back on anything else I notice but mostly wanted to post this in case it helps others.
Steps to reproduce
Unfortunately, I don't know how to cause / reproduce this. Beyond editing a file for a long time perhaps, at some point it just stops working, and then never works for that filename again.
Expected behavior
Should continue working for any file.
Does this issue occur when using the CLI directly?
No
Link to a minimal reproduction
No response
Logs
evanmoelter, tylerlaprade, fseglard, fregante, bellstrand and 4 more