Skip to content

Streamline VS Code tests#133

Open
Swarthe wants to merge 2 commits intodtudk:mainfrom
Swarthe:streamline-tests
Open

Streamline VS Code tests#133
Swarthe wants to merge 2 commits intodtudk:mainfrom
Swarthe:streamline-tests

Conversation

@Swarthe
Copy link
Copy Markdown

@Swarthe Swarthe commented Feb 2, 2026

Skips the VSC extensions test if the VSC test has failed.

Example:

Testing VS Code...
FAIL: VS Code not available

Testing VS Code Extensions...
SKIP: VS Code not available for extension testing

The approach chosen is to emit a "SKIP" message for the extensions test. The failed test counter is not incremented, so that a VSC error isn't double-penalised. An alternative approach would be to not emit any message whatsoever if the test is not performed.

Resolves #103.

@Swarthe Swarthe changed the title Streamline tests Streamline VS Code tests Feb 2, 2026
@Swarthe Swarthe requested a review from zerothi February 3, 2026 07:33
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

Successfully merging this pull request may close these issues.

Error checking for VS Code should be streamlined

1 participant