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
The intellisense server crashes due to being unable to load a plugin that has been installed from jsr.io using Deno. Relevant extension output:
Error: Can't resolve '@bearmetal/ui' in '/home/emma/local_repos/speedtest/client'
at p (/home/emma/.vscode/extensions/bradlc.vscode-tailwindcss-0.12.18/dist/tailwindServer.js:130:7155)
at /home/emma/.vscode/extensions/bradlc.vscode-tailwindcss-0.12.18/dist/tailwindServer.js:131:713
at /home/emma/.vscode/extensions/bradlc.vscode-tailwindcss-0.12.18/dist/tailwindServer.js:134:405
at eval (eval at create (/home/emma/.vscode/extensions/bradlc.vscode-tailwindcss-0.12.18/dist/tailwindServer.js:5:78), <anonymous>:15:1)
at /home/emma/.vscode/extensions/bradlc.vscode-tailwindcss-0.12.18/dist/tailwindServer.js:134:405
at eval (eval at create (/home/emma/.vscode/extensions/bradlc.vscode-tailwindcss-0.12.18/dist/tailwindServer.js:5:78), <anonymous>:27:1)
at /home/emma/.vscode/extensions/bradlc.vscode-tailwindcss-0.12.18/dist/tailwindServer.js:134:7916
at /home/emma/.vscode/extensions/bradlc.vscode-tailwindcss-0.12.18/dist/tailwindServer.js:134:405
at eval (eval at create (/home/emma/.vscode/extensions/bradlc.vscode-tailwindcss-0.12.18/dist/tailwindServer.js:5:78), <anonymous>:15:1)
at /home/emma/.vscode/extensions/bradlc.vscode-tailwindcss-0.12.18/dist/tailwindServer.js:134:405
At the very least I would expect it to fail gracefully so that the base classes are available via intellisense
The text was updated successfully, but these errors were encountered:
Supporting something like this is probably not possible at the moment (or even at all) given that VSCode itself does not use Deno. The main problem here is that @bearmetal/ui doesn't live in node_modules but Deno puts it somewhere else on the filesystem.
As for the fallback behavior, I'll have to look into that. The built-in / fallback version can't even load the config so it doesn't necessarily know that it's a valid project to begin with.
What version of VS Code are you using?
v1.96.4
What version of Tailwind CSS IntelliSense are you using?
v0.12.18
What version of Tailwind CSS are you using?
v2.0.4
What package manager are you using?
Deno
What operating system are you using?
Linux (Debian Bookworm), Windows
Tailwind config
VS Code settings
Reproduction URL
Repro Repo
Describe your issue
The intellisense server crashes due to being unable to load a plugin that has been installed from jsr.io using Deno. Relevant extension output:
At the very least I would expect it to fail gracefully so that the base classes are available via intellisense
The text was updated successfully, but these errors were encountered: