vscode-copilot-release icon indicating copy to clipboard operation
vscode-copilot-release copied to clipboard

[Bug] `#editor` and `#selection` are broken if the active editor is in the background

Open wenfangdu opened this issue 4 months ago • 7 comments

In the following picture, package.json is the #editor, but because it's in the background, copilot doesn't know anything about it: image Same applies to #selection.

This doesn't hold true for terminal, even if the terminal is hidden, copilot stills knows what #terminalLastCommand and terminalSelection are. image

People like me often use copilot chat in a non-split editor, #editor and #selection are completely broken in this case.

wenfangdu avatar Mar 30 '24 14:03 wenfangdu