Skip to content
New issue

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

Add a way to preserve information between VS Code extension and running test #248

Open
davidmedinasigasi opened this issue Aug 23, 2023 · 0 comments

Comments

@davidmedinasigasi
Copy link

I'm trying to test a VS Code extension and I came across an issue when using a register between the extension and the test.

The problem: The extension sets some values into a register that the tests consume, when running the test using the launch configuration everything works, but when using the test explorer they failed.

I've attached a minimal project that reproduces this issue.

helloworld-test-sample.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant