Repository for recreating the issue outlined at:
- https://github.com/orgs/community/discussions/44904
- microsoft/vscode-mock-debug#89
- microsoft/vscode#171991
-
This demo uses a modified version of Mock Debug in order to fix file schemas. Source for this can be found here: https://github.com/thegecko/vscode-mock-debug/tree/mock-debug-test
-
As it's not possible to sideload browser extensions in codespaces or github.dev, the test extension has had to be published here: https://marketplace.visualstudio.com/items?itemName=arm-debug.mock-debug-test
Extension host used: UI
Status: WORKING
- Clone this repository
- Head to https://vscode.dev
- Install the recommended extension
arm-debug.mock-debug-test
- Open the cloned folder in vscode.dev
- Start a debug session for 'Debug readme.md'
- Observe it working
Extension host used: REMOTE
Status: WORKING
- Create a codespace on this repository and open it
- Install the recommended extension
arm-debug.mock-debug-test
in the REMOTE extension host - Start a debug session for 'Debug readme.md'
- Observe it working
Extension host used: UI
Status: BROKEN
- Create a codespace on this repository and open it
- Install the recommended extension
arm-debug.mock-debug-test
in the LOCAL extension host - Start a debug session for 'Debug readme.md'
- Observe the file sent from the debugger to the UI fails to open:
Extension host used: UI
Status: BROKEN
- Hit the
.
key or open https://github.dev/thegecko/vscode-web-test - Install the recommended extension
arm-debug.mock-debug-test
- Start a debug session for 'Debug readme.md'
- Observe the file sent from the debugger to the UI fails to open: