Skip to content

Vcshell implementation#307

Merged
Den1552 merged 68 commits intomainfrom
vcshell_implementation
May 8, 2026
Merged

Vcshell implementation#307
Den1552 merged 68 commits intomainfrom
vcshell_implementation

Conversation

@Den1552
Copy link
Copy Markdown
Contributor

@Den1552 Den1552 commented Dec 2, 2025

Adds:

  • Ability to set a VCDB as default and include in the default CFG
  • Ability to set VCDB option when creating new Projects / CFG files
  • Redesigned new Project / new CFG webviews

@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.70%. Comparing base (668d7c5) to head (0bddf8f).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##              main     #307      +/-   ##
===========================================
- Coverage   100.00%   96.70%   -3.30%     
===========================================
  Files            9        9              
  Lines         1658     1729      +71     
  Branches       194      194              
===========================================
+ Hits          1658     1672      +14     
- Misses           0       57      +57     
Flag Coverage Δ
Unit 96.70% <ø> (-3.30%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment thread src/extension.ts
@sonarqubecloud
Copy link
Copy Markdown

// receive chosen folder
window.addEventListener("message", (e) => {

globalThis.addEventListener("message", (e) => {
vscode.postMessage({ command: "browseForDir" });
});

globalThis.addEventListener("message", (e) => {
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 7, 2026

Quality Gate Failed Quality Gate failed

Failed conditions
D Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@Den1552 Den1552 merged commit a566d6e into main May 8, 2026
1 of 14 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

Development

Successfully merging this pull request may close these issues.

3 participants