Closed jonaprieto closed 1 year ago
Currently, VS Code requires at least one workspace folder open to create a task. This is a limitation of the API. A task must be made in well- defined scope (workspace list).
The Juvix extension currently creates tasks/commands to be used in any workspace.
For now, the solution is to open the folder containing the Juvix project instead of only opening the file. Otherwise, it seems that only putting a .code-workspace
file along the Juvix file does the magic.
This issue occurs when working in VSCode without any workspace open.