microsoft / inshellisense

IDE style command line auto complete
MIT License
8.21k stars 179 forks source link

fix: clears on windows ptys #235

Closed cpendery closed 2 months ago

cpendery commented 2 months ago

Approximated clears weren't working on windows pty's since the prompt would get detected twice. Instead, once a clear is detected, it should terminate the termSync and wait for the next action to occur.