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

Missing good test examples #1112

Closed
aristotelos opened this issue Oct 22, 2024 · 2 comments
Closed

Missing good test examples #1112

aristotelos opened this issue Oct 22, 2024 · 2 comments
Assignees
Labels
*out-of-scope Posted issue is not in scope of VS Code

Comments

@aristotelos
Copy link

Extension sample

helloworld-test-sample

VS Code version

1.94.2

What went wrong?

The current test examples in helloworld-test-sample are far too simple, and does not illustrate how the vscode API should be used for integration testing.

I myself am struggling to find examples of the following:

@lramos15 lramos15 assigned jrieken and mjbvz and unassigned lramos15 Oct 22, 2024
@jrieken jrieken assigned connor4312 and unassigned jrieken and mjbvz Oct 22, 2024
@connor4312 connor4312 added the *out-of-scope Posted issue is not in scope of VS Code label Dec 11, 2024
Copy link

We closed this issue because we don't plan to address it in the foreseeable future. You can find more detailed information about our decision-making process here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

@connor4312
Copy link
Member

The VS Code API, vscode.d.ts, is what you get. Some of those things can be introspected, others cannot be and can be mocked using your choice of mocking library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
*out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

5 participants