It used to be possible to run `mock-debug` in a web extension host (e.g. vscode.dev), but this now fails. Version 0.49.6 is the last release that works as expected. Releases since then have the following error: ```javascript ReferenceError: process is not defined ```
It used to be possible to run
mock-debugin a web extension host (e.g. vscode.dev), but this now fails.Version 0.49.6 is the last release that works as expected.
Releases since then have the following error: