feat: DH-21726: Debug log hasStatusCode unexpected status code#2625
Merged
bmingles merged 1 commit intodeephaven:mainfrom Feb 25, 2026
Merged
feat: DH-21726: Debug log hasStatusCode unexpected status code#2625bmingles merged 1 commit intodeephaven:mainfrom
bmingles merged 1 commit intodeephaven:mainfrom
Conversation
bmingles
commented
Feb 23, 2026
| !.vscode/tasks.json | ||
| !.vscode/extensions.json | ||
| !.vscode/*.code-snippets | ||
| *.local.code-workspace |
Contributor
Author
There was a problem hiding this comment.
This is just a convenience so that devs can have a local VS Code workspace file in the directory. Not related to the ticket feature.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2625 +/- ##
==========================================
- Coverage 49.78% 49.52% -0.27%
==========================================
Files 774 774
Lines 43767 43767
Branches 11256 11072 -184
==========================================
- Hits 21789 21674 -115
- Misses 21960 22075 +115
Partials 18 18
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
vbabich
approved these changes
Feb 25, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
DH-21726: hasStatusCode now logs to debug log if status code doesn't match. This is to surface server statuses more clearly to VS Code extension