Skip to content

feat/abstract cpp debug dep#1270

Merged
gnikit merged 4 commits intomainfrom
feat/abstract-cpp-debug-dep
Dec 20, 2025
Merged

feat/abstract cpp debug dep#1270
gnikit merged 4 commits intomainfrom
feat/abstract-cpp-debug-dep

Conversation

@gnikit
Copy link
Member

@gnikit gnikit commented Dec 20, 2025

  • format: update README.md style

  • feat: abstract away the run/debug based on cpptools
    Now the following extensions can be used for debugging.
    The order listed is the order that they will be selected

    • ms-vscode.cpptools
    • eclipse-cdt.cdt-gdb-vscode
    • vadimcn.vscode-lldb
  • test: add basic testing for debug adapters

  • docs: updated Debugging section to reflect new changes

Now the following extensions can be used for debugging.
The order listed is the order that they will be selected
- ms-vscode.cpptools
- eclipse-cdt.cdt-gdb-vscode
- vadimcn.vscode-lldb
@gnikit gnikit linked an issue Dec 20, 2025 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Dec 20, 2025

Codecov Report

❌ Patch coverage is 81.81818% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.45%. Comparing base (12137ce) to head (f042152).
⚠️ Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
src/lint/provider.ts 6.25% 15 Missing ⚠️
src/debug/configuration.ts 98.61% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1270      +/-   ##
==========================================
+ Coverage   81.26%   81.45%   +0.18%     
==========================================
  Files          12       13       +1     
  Lines        2322     2405      +83     
  Branches      191      196       +5     
==========================================
+ Hits         1887     1959      +72     
- Misses        430      441      +11     
  Partials        5        5              

☔ 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.

@gnikit gnikit merged commit 8f356b6 into main Dec 20, 2025
4 checks passed
@gnikit gnikit deleted the feat/abstract-cpp-debug-dep branch December 20, 2025 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Publish Extension at Eclipse Open VSX

1 participant