Skip to content

Conversation

@mwbrooks
Copy link
Member

Summary

This pull request updates our .vscode/launch.json configuration for debugging main and test files. While there are some nice aspects of our previous configuration - debugging the upgrade command that spawns a new process - it was outdated and unusable. I've replaced it with a basic configuration that may be more general purpose.

Requirements

@mwbrooks mwbrooks added this to the Next Release milestone Jun 13, 2025
@mwbrooks mwbrooks self-assigned this Jun 13, 2025
@mwbrooks mwbrooks requested a review from a team as a code owner June 13, 2025 16:27
@mwbrooks mwbrooks added semver:patch Use on pull requests to describe the release version increment build M-T: Changes to compilation and CI processes labels Jun 13, 2025
Copy link
Member

@zimeg zimeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I found I had to install the "Go" extension for VSCode for this to work, but breakpoints are working as expected:

vscode

"args": ["auth", "list", "-v"],
"program": "main.go"
"mode": "auto",
"debugAdapter": "dlv-dap",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐞 Love this project! It has saved me in some of the more confusing experiments...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dlv is so good!

@codecov
Copy link

codecov bot commented Jun 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.45%. Comparing base (b7c59c9) to head (5a069c1).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #127      +/-   ##
==========================================
- Coverage   63.48%   63.45%   -0.03%     
==========================================
  Files         212      212              
  Lines       22345    22345              
==========================================
- Hits        14185    14180       -5     
- Misses       7078     7081       +3     
- Partials     1082     1084       +2     

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

@mwbrooks mwbrooks merged commit 554ff7f into main Jun 20, 2025
6 checks passed
@mwbrooks mwbrooks deleted the mwbrooks-vscode-launch branch June 20, 2025 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build M-T: Changes to compilation and CI processes semver:patch Use on pull requests to describe the release version increment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants