Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

'${workspaceFolder}' can not be resolved in a multi folder workspace #256

Closed
YunHsiao opened this issue Jul 17, 2020 · 2 comments
Closed
Assignees

Comments

@YunHsiao
Copy link

YunHsiao commented Jul 17, 2020

This is a repeatedly emerging regression issue, first reported at microsoft/vscode#94725.

AFAIK, both 1.44.4 and the current latest 1.44.7 have this issue, I tried installing 1.44.6 in the lastest VSCode release(1.47.2) and it worked fine again. (my launch.json has never changed the whole time)

Basically all the debug tasks under any multi-root workspace are blocked by this:

            {
                "type": "node",
                "request": "launch",
                "name": "Build Effects",
                "program": "${workspaceRoot:editor}/tasks/effect.js",
            }

Please investigate and hope that we can never again see this issue coming back.

@connor4312
Copy link
Member

Does setting the configuration type to pwa-node work for you?

@YunHsiao
Copy link
Author

Oh.. Seems I missed the more recent bug report (microsoft/vscode#102162), it works, thank you.

TBH this regression behavior has been a really painful exprerience, but immediate feedback like this is much appreciated.
Keep up the good work!

@vscodebot vscodebot bot locked and limited conversation to collaborators Aug 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants