-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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 Insidersterminal-suggestverifiedVerification succeededVerification succeeded
Milestone
Description
Not clear on repro yet.
Cause is:
vscode/src/vs/workbench/contrib/terminalContrib/suggest/browser/pwshCompletionProviderAddon.ts
Lines 254 to 257 in a211979
| // Request global pwsh completions if there are none cached | |
| if (PwshCompletionProviderAddon.cachedPwshCommands.size === 0) { | |
| this._onDidRequestSendText.fire(RequestCompletionsSequence.Global); | |
| } |
Triggers this focus:
vscode/src/vs/workbench/contrib/terminalContrib/suggest/browser/terminal.suggest.contribution.ts
Lines 112 to 115 in a211979
| this.add(pwshCompletionProviderAddon.onDidRequestSendText(text => { | |
| this._ctx.instance.focus(); | |
| this._ctx.instance.sendText(text, false); | |
| })); |
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 Insidersterminal-suggestverifiedVerification succeededVerification succeeded
