wallabyjs / quokka

Repository for Quokka.js questions and issues
https://quokkajs.com
1.17k stars 31 forks source link

quokka pro not allowing to pick workspace folder #899

Closed jvventura closed 11 months ago

jvventura commented 11 months ago

Issue description or question

Currently, when I select 'Quokka.js: New Typescript File', I believe the temporary file is running in / ?

I am trying to have quokka run new files in my workspace folder, so that they can easily import exported functions.

When I CMD+SHIFT+P then select 'Quokka.js: Select Workspace Folder', nothing happens. No popup, or anything to select the workspace folder.

Nothing appears in the Quokka console as well.

Loom screen recording: https://www.loom.com/share/a96047ac67484c7aa17204ed910d9227?sid=c2877502-d6df-4e7a-b459-9de62bddee85

Code editor version

Visual Studio Code Version: 1.82.3 (Universal)

OS name and version

OSX Ventura 13.1

smcenlly commented 11 months ago

Thanks for reporting your problem.

This command is only available to select your workspace root when you are working in a multi-root workspace. From your video, it looks like you do not have a multi-root workspace, which is why the command is not doing anything.

We have updated Quokka (v1.0.570) to hide this command when it is not applicable for your project.