-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Starts to lag after editor-widget with large content pops up #23453
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
Comments
From @emiljohansson on April 15, 2018 18:15 I wanted to add that if I close the widget, the lag remains going between editors, but the cursor lag seems to go away. I also tested setting the |
Here's the code I tested this with: import jss from 'jss'
jss.createStyleSheet({
base: {
background: 'blue',
}
}) Moving over the ts because the signature help requests themselves here seem to be taking a long time:
Each one is between 350 and 500ms |
Looks like we are spending most of the time serializing the union type.. |
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed. |
From @emiljohansson on April 15, 2018 14:19
Steps to Reproduce:
createStyleSheet
call, an element with the class nameeditor-widget
pops up. The content of the box is 10001 characters long. It seems to be cut of after that, ending with"revert" | "unset…
. Let me know if you want me to paste the content.In the screenshot, the cursor start to lag when I navigate back and forth. Same when I navigate between editors.
Does this issue occur when all extensions are disabled?: Yes
Copied from original issue: microsoft/vscode#47909
The text was updated successfully, but these errors were encountered: