You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have made debug multi root aware. First quickly verify you can debug a no folder workspace and a single folder workspace as before.
Open a multi root workspace where there are multiple launch.json files, verify:
All configurations from every workspace are shown
It is possible to add configuraitons to each of the launch.json from the dropdown
Clicking on the configure action opens the appropriate launch.json
Variables in the launch.json get resolved depending on where the launch.json is located, for example ${workspaceRoot} resolves to the fs path of the root containg that launch.json
Be creative and check if the UI behaves as one would expect
The text was updated successfully, but these errors were encountered:
Refs: #29245
Complexity: 4
We have made debug multi root aware. First quickly verify you can debug a no folder workspace and a single folder workspace as before.
Open a multi root workspace where there are multiple
launch.json
files, verify:launch.json
from the dropdownlaunch.json
launch.json
get resolved depending on where thelaunch.json
is located, for example${workspaceRoot}
resolves to the fs path of the root containg thatlaunch.json
The text was updated successfully, but these errors were encountered: