jeff-hykin / code-eol

💾 ⭐️ An extension to display line endings in VS Code
https://marketplace.visualstudio.com/items?itemName=sohamkamani.code-eol
MIT License
19 stars 4 forks source link

Seems to break Visual Code's input dialog #8

Closed montagne27 closed 5 years ago

montagne27 commented 5 years ago

Hello,

"code-eol 2019" seems to break Visual Code's input dialog. By input dialog, I mean the dialog which some extensions use in order to request a text parameter from the user, and which looks like this:

[         ]
Press 'Enter' to confirm your input or 'Escape' to cancel

For example, the "Filter Line" extension uses the input dialog like this:

screen capture

When "code-eol 2019" is active, the input dialog never shows.

jeff-hykin commented 5 years ago

I'll try to reproduce it this weekend. This is really strange though, code-eol 2019 doesn't use the input dialog at all so I don't know why/how it would effect other extensions.

jeff-hykin commented 5 years ago

I'm unable to reproduce this, is it still an issue for you?

montagne27 commented 5 years ago

I think my computer is too slow, and the input dialog times out. "code-eol 2019" extension is just the heaviest extension I have, but another heavy extension would also break the input dialog. If I restart Visual Code while "code-eol 2019" is still installed, the problem gets solved temporarily and then reappears. I mark this ticket as closed. Thank you for investigating, and sorry for wasting your time!