microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
160.52k stars 28.11k forks source link

Pwsh suggest doesn't hide when completing using pwsh's own ghost text completion #210396

Open Tyriar opened 2 months ago

Tyriar commented 2 months ago

Testing: https://github.com/microsoft/vscode/issues/210394, #154662

Recording 2024-04-15 at 07 49 21 (1)

cc @cpendery

Tyriar commented 2 months ago

This isn't so easy to fix. I think we need a better model for fetching the current command line, basically what TextAreaSyncAddon does but more generic and shared.