Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor freeze #771

Open
FrankSAURET opened this issue May 30, 2022 · 6 comments
Open

Editor freeze #771

FrankSAURET opened this issue May 30, 2022 · 6 comments
Labels
bug Something isn't working

Comments

@FrankSAURET
Copy link
Contributor

Describe the bug

Extension Version

  • Vs code version bug begin with 1.67
  • I18n ally version 2.8.1

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
  1. go to file src/microbit-explorer.ts
  2. Try to select a word or add code or modify what you want... it's impossible.
  3. Editor freeze. Unable to select or modify any things.

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

Device Infomation

  • OS: windows 11
  • Version: latest
  • VS Code Version: begin with 1.67

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


Screenshots

@FrankSAURET FrankSAURET added the bug Something isn't working label May 30, 2022
@aryraditya
Copy link

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

@nonameolsson
Copy link

Same for me

@reikrom
Copy link

reikrom commented Jun 22, 2022

keeps freezing, especially when copy pasting
index: 5
image

@jonathanwilke
Copy link

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

Setting this to false solved it for me.

@xavier-villelegier
Copy link

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 ?

@reikrom
Copy link

reikrom commented Jul 21, 2023

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. 🤷

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

6 participants