Skip to content

How to Remove the VSCode Testing Plugin from Theia? #14745

Answered by msujew
Yahud100 asked this question in Q&A
Discussion options

You must be logged in to vote

The test view doesn't come from a plugin, but is part of the VS Code testing API, which plugins can use to provide testing features to Theia/VSCode.

You can use the contribution filter API to filter out any contribution that you don't want included in your application. More specifically, you probably want to exclude this contribution:

@injectable()
export class TestViewContribution extends AbstractViewContribution<TestTreeWidget> implements
FrontendApplicationContribution, TabBarToolbarContribution {

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@msujew
Comment options

Answer selected by tsmaeder
@Yahud100
Comment options

@msujew
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants