Skip to content

chore: remove broken Codecov VS Code extension from recommendations [PYSDK-90]#578

Merged
helmut-hoffer-von-ankershoffen merged 1 commit into
mainfrom
chore/PYSDK-90-remove-broken-codecov-vscode-extension
Apr 24, 2026
Merged

chore: remove broken Codecov VS Code extension from recommendations [PYSDK-90]#578
helmut-hoffer-von-ankershoffen merged 1 commit into
mainfrom
chore/PYSDK-90-remove-broken-codecov-vscode-extension

Conversation

@helmut-hoffer-von-ankershoffen

@helmut-hoffer-von-ankershoffen helmut-hoffer-von-ankershoffen commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

🛡️ Implements PYSDK-90 following CC-SOP-01 Change Control, part of our ISO 13485-certified QMS | Ketryx Project

Summary

  • Removes codecov.codecov from the recommended VS Code extensions list
  • The Codecov extension is broken and no longer maintained
  • Prevents VS Code from prompting developers to install a non-functional extension

Test plan

  • Verify .vscode/extensions.json no longer lists codecov.codecov
  • Open repo in VS Code and confirm no Codecov extension install prompt appears

Supersedes #568 (closed due to branch rename for Jira Development panel linkage).

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@helmut-hoffer-von-ankershoffen helmut-hoffer-von-ankershoffen added the skip:test:long_running Skip long-running tests (≥5min) label Apr 24, 2026
Copilot AI review requested due to automatic review settings April 24, 2026 18:31
@helmut-hoffer-von-ankershoffen helmut-hoffer-von-ankershoffen added the skip:test:long_running Skip long-running tests (≥5min) label Apr 24, 2026
@helmut-hoffer-von-ankershoffen helmut-hoffer-von-ankershoffen requested a review from a team as a code owner April 24, 2026 18:31
@sonarqubecloud

Copy link
Copy Markdown

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Removes the deprecated/broken Codecov VS Code extension from the repository’s recommended extensions list to prevent VS Code from prompting installs of a non-functional extension.

Changes:

  • Removed codecov.codecov from .vscode/extensions.json.
  • Updated the recommendations array accordingly.

Comment thread .vscode/extensions.json
"charliermarsh.ruff",
"codecov.codecov",
"daelonsuzuka.nicegui",
"daelonsuzuka.nicegui",

Copilot AI Apr 24, 2026

Copy link

Choose a reason for hiding this comment

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

Line 5 lost its indentation/alignment with the rest of the array entries. Please re-indent it to match the surrounding formatting for consistency (and to avoid noisy diffs on future edits).

Suggested change
"daelonsuzuka.nicegui",
"daelonsuzuka.nicegui",

Copilot uses AI. Check for mistakes.
@helmut-hoffer-von-ankershoffen helmut-hoffer-von-ankershoffen merged commit e02bab9 into main Apr 24, 2026
58 of 60 checks passed
@helmut-hoffer-von-ankershoffen helmut-hoffer-von-ankershoffen deleted the chore/PYSDK-90-remove-broken-codecov-vscode-extension branch April 24, 2026 18:33
@helmut-hoffer-von-ankershoffen helmut-hoffer-von-ankershoffen added sop:cc-sop-01 CC-SOP-01 Change Control (feature / planned change) type:chore Tooling, maintenance, routine task (conventional chore) scope:dev-only Affects only our dev/CI env; consumers unaffected labels Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope:dev-only Affects only our dev/CI env; consumers unaffected skip:test:long_running Skip long-running tests (≥5min) sop:cc-sop-01 CC-SOP-01 Change Control (feature / planned change) type:chore Tooling, maintenance, routine task (conventional chore)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants