Skip to content

Feat/issue 613 616 623 738 vscode tests verify deployment#933

Merged
Gbangbolaoluwagbemiga merged 3 commits into
HyperSafeD:mainfrom
christianahtemitope2005:feat/issue-613-616-623-738-vscode-tests-verify-deployment
Jun 25, 2026
Merged

Feat/issue 613 616 623 738 vscode tests verify deployment#933
Gbangbolaoluwagbemiga merged 3 commits into
HyperSafeD:mainfrom
christianahtemitope2005:feat/issue-613-616-623-738-vscode-tests-verify-deployment

Conversation

@christianahtemitope2005

Copy link
Copy Markdown
Contributor

Summary

Test plan

  • cd vscode-extension && npm ci && npm run compile && npm test — 19 unit tests pass
  • npm run lint — no TypeScript errors
  • cargo check -p sanctifier-cli — compiles without errors
  • cargo test -p sanctifier-cli — sha256 unit tests pass
  • CI green on ubuntu-latest, windows-latest, macos-latest

Closes #616, Closes #623, Closes #613, Closes #738

- Add `sanctifier.minSeverity` config (error|warning|information, default warning)
  so users control which severity levels appear as editor diagnostics
- Expose a typed `SanctifierExtensionApi` from `activate()` (version + getFindings)
  for stable consumption by downstream extensions
- Add persistent output channel for `analyzeWorkspace` results instead of
  opening an untitled document; CLI output streams there with debug context
- Add `sanctifier.toggleEnable` command (status-bar clickable) and
  `sanctifier.showOutput` command for quick access to the log
- Status bar item shows live finding count; clicking it toggles the extension
- Add `filterBySeverity` / `SEVERITY_ORDER` utilities to analyzer module
- Add content-change cache to skip re-analysis when document text is unchanged
- Handle `onDidChangeWorkspaceFolders` to invalidate workspace detection cache
- Extend test suite with 7 new tests covering filterBySeverity and SEVERITY_ORDER
- Document the VS Code extension public API in DOCUMENTATION_INDEX.md
@drips-wave

drips-wave Bot commented Jun 25, 2026

Copy link
Copy Markdown

@christianahtemitope2005 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@vercel

vercel Bot commented Jun 25, 2026

Copy link
Copy Markdown

@christianahtemitope2005 is attempting to deploy a commit to the gbangbolaoluwagbemiga's projects Team on Vercel.

A member of the Team first needs to authorize it.

@Gbangbolaoluwagbemiga Gbangbolaoluwagbemiga merged commit 02afa98 into HyperSafeD:main Jun 25, 2026
11 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants