Feature Request: Bidirectional sync between Copilot CLI and VS Code Chat for shared sessions
- Ngôn ngữ chính
- Shell
- Star
- 11.2k
- Fork
- 1.9k
- Merge trung bình
- 14 giờ 16 phút
- Pull request đã merge (30 ngày)
- 6
Mô tả
### Describe the feature or problem you'd like to solve
Currently, when /ide is used to connect Copilot CLI to VS Code, messages typed in the CLI appear in VS Code chat, but messages sent from VS Code chat do not appear in the CLI console. This makes it impossible to use both interfaces together in the same session.
### Proposed solution
Both CLI and VS Code chat should act as equal input/output surfaces for the same session — messages from either side should be visible or processed from both.
Suggested Approach - Route VS Code chat inputs through the active `/ide`-connected CLI session so both
surfaces share a single message queue.
### Example prompts or workflows
Power users want to combine CLI capabilities (shell execution, /fleet, file tools, terminal access) with VS Code chat's inline editor integration (code lens, diff view, editor context) in the same working session without losing context.
### Additional context
_No response_
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.