You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I import a file using the tsconfig paths, unocss extension seems to hang and stop working until I reload the vscode window. It does not come back even if I change back to a normal import. The code runs fine, types and autocomplete for file imports works, but unocss extension just becomes nonfunctional. It does not print any error on vscode outputs (unocss, extensions, etc...)
UnoCSS version
0.62.2
Describe the bug
When I import a file using the tsconfig paths, unocss extension seems to hang and stop working until I reload the vscode window. It does not come back even if I change back to a normal import. The code runs fine, types and autocomplete for file imports works, but unocss extension just becomes nonfunctional. It does not print any error on vscode outputs (unocss, extensions, etc...)
I'm using a basic monorepo setup.
Code_5wxo0ZDWBl.mp4
Here is the tsconfig I'm using:
Reproduction
https://github.com/rafael-lua/repro-unocss-extension-issue
Instructions on the readme.
System Info
Windows 11 (wsl2), Solid Framework, Monorepo with Changesets, typescript 5.3.3
Validations