Replies: 2 comments 2 replies
-
Hey @Ragura, thanks for your kind words! :) Exactly as you described, Bun support is done but we're waiting for proper release with all planned features combined together. This should happen next week or max the week after. 🤞 We haven't added any pre-release to the next release, but happy to guide you towards building and running a local version of the extension if you really need it. # install vsce package globally
npm install -g @vscode/vsce
# clone Nuxtr and install pnpm if you haven't already
git clone https://github.com/nuxtrdev/nuxtr-vscode/
npm install -g pnpm
# uninstall the extension from VSCode.
# package the extension and remove
pnpm package
# Install the local version from the vsix file
code --install-extension nuxtr-vscode-0.1.11.vsix To make sure the steps are clear regardless your situation, if |
Beta Was this translation helpful? Give feedback.
-
Hey @Ragura, sorry for the long wait.. Nuxtr 0.2.0 has been shipped with Bun Support. :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
Using Bun 1.0.1
What went wrong?
First of all, thanks for providing this excellent extension, it's made my life working with Nuxt a lot easier!
I noticed you've worked on adding support for Bun as the package manager. Is there a pre-release channel for the extension where this support is available? If not, I'll just wait for a proper release :)
How to reproduce it?
Try selecting Bun as package manager.
Beta Was this translation helpful? Give feedback.
All reactions