xabikos / vscode-javascript

Contains the code snippets for JavaScript (ES6) development in VS Code editor
MIT License
328 stars 136 forks source link

Pasting (ctrl+v) often results in a spinning circle due to this extension #125

Open chreniuc opened 5 months ago

chreniuc commented 5 months ago

I was having the same issue as here: https://github.com/microsoft/vscode/issues/193610 . Pasting any contents would end up in a sniping circle for almost 1 minute.

An I tried to identify the problem using Help: Start Extension Bisect, as stated here: https://github.com/microsoft/vscode/issues/175732#issuecomment-1508432895

The problem was because of this extension, after I've disabled it, everything worked smooth again.

MarivateBasani commented 2 months ago

WELL DONEEEE!