emartineau / SelectionWrapper

Wraps text depending on the key pressed, like in Visual Studio Code
MIT License
35 stars 9 forks source link

Error when wrap only one word #16

Open BachiMjavanadze opened 2 years ago

BachiMjavanadze commented 2 years ago

It works great if there are many words but if you want to wrap only one word then occurs this error. Error depends on automatic brace completion:

image

1) if you have unchecked automatic brace completion:

111

2) if you have checked automatic brace completion:

ooo

bestknighter commented 2 years ago

Huh, I'm not having this issue. Which Visual Studio version do you have?

BachiMjavanadze commented 2 years ago

@bestknighter latest version, VS2022

BachiMjavanadze commented 2 years ago

@bestknighter After your comment, I checked again; disabled all extensions except this one. still didn't work. Then I re-enabled all my extensions and now everything is working. I don't know what's the matter. I think this issue can be closed.

bestknighter commented 2 years ago

Haha that's even weirder. Maybe it was a conflict with another extension. 🤔

BachiMjavanadze commented 2 years ago

@bestknighter yes, maybe