Skip to content

Commit bc56820

Browse files
authored
chore: remove dead Copilot inspection code (#1661)
The Copilot-powered Java inspection feature under src/copilot was disabled in #1343 (v0.27.0) by removing its activation entry from extension.ts, but the implementation was left behind as unreferenced dead code. Nothing in the extension imports it, no command/menu contributions reference it, and it never runs. Remove the entire src/copilot directory. Build and typecheck pass; no dependency or package.json contribution changes are needed (lodash and the telemetry wrapper remain used elsewhere).
1 parent a0911a7 commit bc56820

15 files changed

Lines changed: 0 additions & 1501 deletions

src/copilot/Copilot.ts

Lines changed: 0 additions & 75 deletions
This file was deleted.

src/copilot/inspect/DocumentRenderer.ts

Lines changed: 0 additions & 115 deletions
This file was deleted.

src/copilot/inspect/InspectActionCodeLensProvider.ts

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/copilot/inspect/Inspection.ts

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)