microsoft / vscode-mock-debug

Starter sample for developing debug adapters for VSCode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Extension no longer works

thegecko opened this issue · comments

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:

ReferenceError: process is not defined

Just tried this with the latest source and see it works because this was fixed in #77

@weinand Can a release be made to publish the fix, please?

@roblourens or @connor4312 could you please publish the latest?

On it