Document VS Code extension and expand test coverage#409
Open
Document VS Code extension and expand test coverage#409
Conversation
Add a /vscode-extension/ docs section (overview, installation with dynamic VSIX download link, configuration, features) parallel to the MCP Server section. Replace the placeholder activation test with a real Extension Host integration suite, fix the rootDir trap so unit tests can import production code directly, and add unit tests for WebDavMappingsProvider and SandboxConfigProvider. Extend ci-vs-extension.yml to also run on SDK changes and cache the .vscode-test binary.
- Drop unimplemented "Compare with Instance" diff from features.md and remove its placeholder image; the diffCartridge command is stub functionality. - Fix project-root pinning docs: "Use as B2C Commerce Root" only shows on a workspace-root folder when the workspace has more than one folder open; "Reset" is palette-only. - Replace internal-source pointer with an inline rule in the cloned sandbox indicators paragraph. - Add 24h TTL to the VSIX release data loader cache so a maintainer who cuts a release won't see a stale version on the next local docs build. - Include pnpm-lock.yaml in the .vscode-test cache key so a test-cli / test-electron version bump invalidates the cache. - Comment the activation test's command-registration check to explain why it doubles as a swallowed-failure detector. - Tidy webdav-mappings.test.ts stub.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Notes for reviewers
Test plan