nxext / nx-extensions

Nx Extensions for Stencil, Svelte, SolidJS, Preact, Ionic, and Capacitor
MIT License
458 stars 101 forks source link

Sveltekit: NX console plugin inside vscode breaks after making an app #1085

Open thebspin opened 5 months ago

thebspin commented 5 months ago

Describe the bug The NX console works fine but stops working as soon as i add a sveltekit project

To Reproduce Setup a blank nx repo, add the svelekit nx package and add a sveltekit app

Expected behavior Working nx console

Update

When running solo it seems to work, i added it to a nx project that already contained nuxt and that broke. Will do some more testing