Hi, I just updated to the latest version of vscode (and probably this extension) but now when I try to launch a task it gives me the following error: The directory name is invalid.
I noticed that the info changed when launching quicktask. Now it includes the filename (in this case package.json) in the drop down list. When launching it tries to cd directory/package.json which obviously does not work :)
I hope we can quickly work this out as it is a major pain launching these individual tasks
Looking at the source code, I guess something goes wrong in retrieving the targetTask.relativePath in extension.ts
Hi, I just updated to the latest version of vscode (and probably this extension) but now when I try to launch a task it gives me the following error:
The directory name is invalid.
I noticed that the info changed when launching quicktask. Now it includes the filename (in this case
package.json
) in the drop down list. When launching it tries tocd directory/package.json
which obviously does not work :)I hope we can quickly work this out as it is a major pain launching these individual tasks
Looking at the source code, I guess something goes wrong in retrieving the
targetTask.relativePath
in extension.ts