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
I don't have nodejs install on windows (I only use WSL2 and this extension doesn't work in wsl2 for some reason).
So I quickly installed bun and unfortunatelly extension tries to install tsx using npm, which I don't have because no node. So I simply install it via bun install.
I could possibly alias node to bun, but it would be cool to also have setting in vs code. Thx ❤️
The text was updated successfully, but these errors were encountered:
I don't have nodejs install on windows (I only use WSL2 and this extension doesn't work in wsl2 for some reason).
So I quickly installed bun and unfortunatelly extension tries to install tsx using npm, which I don't have because no node. So I simply install it via bun install.
I could possibly alias node to bun, but it would be cool to also have setting in vs code. Thx ❤️
The text was updated successfully, but these errors were encountered: