You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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.
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:
The text was updated successfully, but these errors were encountered: