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

Bug fix (theia hanging on long lines) #8027

Merged
merged 1 commit into from
Jun 17, 2020
Merged

Conversation

jgaiao
Copy link
Contributor

@jgaiao jgaiao commented Jun 17, 2020

editor.maxTokenizationLineLength default value changed back to 400, the value 20000 like in VS Code breaks on browser and some electrons when opening minified files.

Signed-off-by: João Gaião dactyllo@gmail.com

@kittaakos
Copy link
Contributor

The proposed change will re-introduce this issue: #7617

@akosyakov
Copy link
Member

@kittaakos I think it is a regression after #7617 Idea was to hook preferences, but not to change defaults. I've overlooked it.

@akosyakov akosyakov added the monaco issues related to monaco label Jun 17, 2020
Copy link
Member

@akosyakov akosyakov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested:

  • 400 is default
  • preference can be used to change the default

@akosyakov
Copy link
Member

editor.maxTokenizationLineLength default value changed back to 400, the value 20000 like in VS Code breaks on browser and some electrons when opening minified files.

Signed-off-by: João Gaião <dactyllo@gmail.com>
@jgaiao
Copy link
Contributor Author

jgaiao commented Jun 17, 2020

Just added "Signed-off-by: Name " at the end of the commit message and signed the ECA

@akosyakov akosyakov merged commit 8dae0ad into eclipse-theia:master Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
monaco issues related to monaco
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants