nxext / nx-extensions

Nx Extension for StencilJs, SvelteJS, SolidJS, Ionic and VueJs
MIT License
451 stars 100 forks source link

Sveltekit: Directory option doesn't work #1053

Open algoflows opened 7 months ago

algoflows commented 7 months ago

Describe the bug When creating a sveltekit project, we can't use the directory box in nx vscode ui plugin.

To Reproduce Create a sveltkit project using the nx vscode plugin, try to customise the directory of where you want the sveltkit app generated.

Expected behavior Can type into the directory box and see the output of the dry run in the terminal. Be able to create an app whos final directroy is user selected.