Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pwsh suggest does not automatically appear when - is typed on macOS #210395

Closed
Tyriar opened this issue Apr 15, 2024 · 1 comment · Fixed by #210423
Closed

Pwsh suggest does not automatically appear when - is typed on macOS #210395

Tyriar opened this issue Apr 15, 2024 · 1 comment · Fixed by #210423
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders terminal-suggest verified Verification succeeded
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Apr 15, 2024

Testing: #210394, #154662

Repro:

  • Enable terminal.integrated.shellIntegration.suggestEnabled
  • Open a pwsh terminal
  • Type Get-, 🐛 no intellisense shows up
  • Press ctrl+space, it does show up

cc @cpendery

@Tyriar Tyriar added bug Issue identified by VS Code Team member as probable bug terminal Integrated terminal issues labels Apr 15, 2024
@Tyriar Tyriar added this to the April 2024 milestone Apr 15, 2024
@Tyriar Tyriar self-assigned this Apr 15, 2024
@Tyriar Tyriar added terminal-suggest and removed terminal Integrated terminal issues labels Apr 15, 2024
@Tyriar
Copy link
Member Author

Tyriar commented Apr 15, 2024

"\u001b[1;44R" is printed after every input which causes the suggest widget to hide.

@VSCodeTriageBot VSCodeTriageBot added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Apr 15, 2024
@Tyriar Tyriar added the verified Verification succeeded label Apr 25, 2024
@microsoft microsoft locked and limited conversation to collaborators Jun 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders terminal-suggest verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants