refactor: remove unused ConfigurationManager.logCurrentConfiguration - #548
Merged
askpt merged 1 commit intoAug 18, 2026
Merged
Conversation
logCurrentConfiguration was never called anywhere in the codebase or tests. Removing this dead code reduces surface area and keeps configuration.ts focused on functionality that is actually used. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #548 +/- ##
==========================================
+ Coverage 82.80% 83.07% +0.26%
==========================================
Files 13 13
Lines 4386 4372 -14
Branches 455 455
==========================================
Hits 3632 3632
+ Misses 753 739 -14
Partials 1 1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull request overview
Removes an unused debugging method from configuration management without changing runtime behavior.
Changes:
- Removed
ConfigurationManager.logCurrentConfiguration. - Confirmed no remaining references.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
askpt
approved these changes
Aug 18, 2026
askpt
deleted the
repo-assist/improve-remove-dead-log-config-92c1411d20ba985a
branch
August 18, 2026 07:04
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
🤖 This PR was created by Repo Assist, an automated AI assistant.
Removes
ConfigurationManager.logCurrentConfiguration, a debug-logging method that was never called from anywhere in the extension source or test suite. Confirmed via a full-repo grep that the only reference was its own definition.Rationale
Dead code adds maintenance surface without providing value. This is a minimal, surgical removal with no behavioral change to the rest of the extension.
Trade-offs
None identified — the method had no callers and no tests exercised it.
Test Status
npm run compile— passesnpm run lint— passesnpm test(vscode-test) — could not run in this sandboxed environment due to network restrictions (getaddrinfo EAI_AGAIN update.code.visualstudio.com), an infrastructure limitation unrelated to this change. The change only removes an unused method with no test coverage, so this is low risk.Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
releaseassets.githubusercontent.comTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.
Add this agentic workflow to your repo
To install this agentic workflow, run