lokalise / i18n-ally

🌍 All in one i18n extension for VS Code
https://marketplace.visualstudio.com/items?itemName=lokalise.i18n-ally
MIT License
3.95k stars 317 forks source link

Editor freeze #771

Open FrankSAURET opened 2 years ago

FrankSAURET commented 2 years ago

Describe the bug

Extension Version

Framework/i18n package you are using

vscode extension To Reproduce Steps to reproduce the behavior:

  1. Clone repo "https://github.com/FrankSAURET/microbit-explorer"
  2. Add extension i18n-ally
  3. Switch to "traduction" branch.
  4. Modify parameter
    "editor.guides.bracketPairs": true,
    "editor.guides.bracketPairsHorizontal": true
  5. go to file src/microbit-explorer.ts
  6. Try to select a word or add code or modify what you want... it's impossible.
  7. Editor freeze. Unable to select or modify any things.

also reported on [https://github.com/microsoft/vscode/issues/149830]

Device Infomation

Extension Log Go to View -> Output -> i18n Ally, and paste the content below. You should mask any sensitive information

Screenshots

aryraditya commented 2 years ago

I got same issue when enabling "editor.guides.bracketPairsHorizontal": true

nonameolsson commented 2 years ago

Same for me

reikrom commented 2 years ago

keeps freezing, especially when copy pasting index: 5

image
jonathanwilke commented 2 years ago

I got same issue when enabling "editor.guides.bracketPairsHorizontal": true

Setting this to false solved it for me.

xavier-villelegier commented 1 year ago

Copy pasting also freezes on my side. What I experience is:

I tried to disable the bracketPairsHorizontal settings, but no results.

@reikrom I see you had freezes on copy paste too, did you find workaround for this ?

reikrom commented 1 year ago

Copy pasting also freezes on my side. What I experience is:

  • Copy something
  • Paste it, it'll take like 4s to paste. Once it's pasted the first time, I can paste it normally instantaneously
  • If I copy something else, the next first paste will again take 4s, and so on.

I tried to disable the bracketPairsHorizontal settings, but no results.

@reikrom I see you had freezes on copy paste too, did you find workaround for this ?

Disabling and enabling the extension when i strictly need it. image

Also keeping other extensions that i don't actively need disabled through CMD+P > i.e. Git Lens, import cost Depends if the editor is struggling and what does the built in Process explorer console say. 🤷