We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It used to be possible to run mock-debug in a web extension host (e.g. vscode.dev), but this now fails.
mock-debug
Version 0.49.6 is the last release that works as expected.
Releases since then have the following error:
ReferenceError: process is not defined
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
@roblourens or @connor4312 could you please publish the latest?
On it
roblourens
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: