Go-public readiness + Build/Rebuild/Clean on the solution node - #53
Merged
Merged
Conversation
…ratchet common coverage - vsce forbids combining a .vscodeignore denylist with the package.json "files" allowlist; the allowlist is the established strategy (on main, used for the Marketplace publish), so remove the newly-added .vscodeignore. - CodeQL code-scanning upload needs GitHub Advanced Security on private repos; gate the analyze job on public visibility so it self-enables once public. - Ratchet sidecar-common coverage threshold 80.09 -> 80.34 (stores actual-1pp).
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
This branch bundles two streams of work targeting
main:VS Code extension — Build/Rebuild/Clean on the root solution node
2_build), alongside the existing project-node entries.dotnet build/cleanagainst the specific.sln/.csproj/.fsprojof the right-clicked node instead of blindly building the workspace root (command-palette invocation keeps the workspace-root behavior). Extracted a shareddotnetArgs()helper, removing duplicatedrebuild → build --no-incrementallogic across the terminal path, the diagnostics-capture path, and theTaskProvider..slnpath so its menu commands target that solution.context-menus.test.tscovering the new solution-node menu entries and command execution.Go-public readiness
.github/hardening: issue templates,SECURITY.md, Dependabot, CodeQL workflow, CI tweaks.config.ts(+unit-workspace-trust.test.ts)..vscodeignore.FramedTransport(C#FramedTransport.cs/IpcConnection.cs+ Rusttransport.rs) with tests.CI verification (run locally before opening)
cargo fmt --check/clippy --all-targets -D warningsfmt --check/clippydotnet csharpier check sidecars/make _lint-dotnet(warnaserror)prettier --check 'src/**/*.ts'make _lint-vsix(eslint + tsc)make _test-dotnetmake _test-rustprofiler_*dump/heap-analysis e2e tests that time out under llvm-cov instrumentation on macOS (dotnet-dump heap analysis). They are unchanged on this branch and run on Linux in CI.make _test-vsixxvfb-run, Linux-only); VS Code TS lint/typecheck + menu-contribution tests verified locally.🤖 Generated with Claude Code