-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderspolishCleanup and polish issueCleanup and polish issuetree-viewsExtension tree view issuesExtension tree view issuesverifiedVerification succeededVerification succeededwebview-viewsWebview views in the sidebar and panelWebview views in the sidebar and panel
Milestone
Description
Testing #247388
I decided to test it via keybindings:
{ "key": "ctrl+alt+left", "command": "copilot-chat.open", "args": { "preserveFocus": true } },
{ "key": "ctrl+alt+left", "command": "copilot-chat.open" },
I noticed I get suggestions for the command name copilot-chat.open which is cool, I was thinking it would have been even nicer to get suggestions for the preserveFocus argument, like for example I get for this command:
{ "key": "shift+tab", "command": "type", "args": { "text": "\t" }, "when": "editorTextFocus" },

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderspolishCleanup and polish issueCleanup and polish issuetree-viewsExtension tree view issuesExtension tree view issuesverifiedVerification succeededVerification succeededwebview-viewsWebview views in the sidebar and panelWebview views in the sidebar and panel