Skip to content

detect press any/a key and ask if user wants to send a to terminal#276554

Merged
meganrogge merged 3 commits intomainfrom
fatal-shrew
Nov 10, 2025
Merged

detect press any/a key and ask if user wants to send a to terminal#276554
meganrogge merged 3 commits intomainfrom
fatal-shrew

Conversation

@meganrogge
Copy link
Collaborator

fixes #275605

@meganrogge meganrogge requested review from Tyriar and Copilot and removed request for Copilot November 10, 2025 17:23
@meganrogge meganrogge added this to the November 2025 milestone Nov 10, 2025
@meganrogge meganrogge self-assigned this Nov 10, 2025
@meganrogge meganrogge enabled auto-merge (squash) November 10, 2025 17:23
Copilot AI review requested due to automatic review settings November 10, 2025 17:24
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.


const END = /\(END\)$/;

const ANY_KEY = /press any key|press a key/i;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
const ANY_KEY = /press any key|press a key/i;
const ANY_KEY = /press a(?:ny)? key/i;

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I will adopt this in my related PR

@meganrogge meganrogge merged commit cea73ae into main Nov 10, 2025
28 checks passed
@meganrogge meganrogge deleted the fatal-shrew branch November 10, 2025 18:10
Kosta-Github added a commit to Kosta-Github/vscode that referenced this pull request Nov 11, 2025
…nal-tooltips-markdown

* 'main' of https://github.com/microsoft/vscode: (56 commits)
  edits: show diff for sensitive edit confirmations (microsoft#276620)
  Enable Back button on the Manage Accounts picker (microsoft#276622)
  Ignore obsolete chat content parts when loading persisted session (microsoft#276615)
  settings cleanup (microsoft#276602)
  Remove unused `args: any` parameter
  Terminal suggest - include persistent options in suggestions and improve suggestion grouping (microsoft#276409)
  fix selections not being added (microsoft#276600)
  Embed AI search into the existing search view message (microsoft#276586)
  Cleanup some eslint exemptions (microsoft#276581)
  fix microsoft#276579 (microsoft#276590)
  SCM - cleanup some more eslint rules (microsoft#276571)
  Bump gpu types and skip lib check for gpu typing issue
  Fix in smoke tests
  Remove `forChatSessionTypeAndId`
  Fix one more import
  detect `press any/a key` and ask if user wants to send `a` to terminal (microsoft#276554)
  Filter subagent and todo tools from subagent requests (microsoft#276553)
  Expand hover setting to allow for key modifier mode (microsoft#274001)
  Allow partial monacoEnvironment.getWorker/getWorkerUrl
  Update imports
  ...
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Dec 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Copilot Agent blocked by "Press any key to continue ..." - Loss of autonomous capabilities

3 participants