Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Go extension is slow and sometimes "eats" characters when typing quickly #10

Closed
marcdumais-work opened this issue Jan 30, 2018 · 4 comments

Comments

@marcdumais-work
Copy link
Member

When Network is not very fast Theia becomes unusable and keyboard is no accepting input or the input is showing after delay.

Maybe related: at times, it seems like the editor rolls-back some typed characters. We do not know for sure, but one hypothesis is that adverse network conditions causes some editor updates to be lost, after being echo'ed in the editor. e.g. you type "example" and see it in the editor, then the last few characters disappear and we are left with "examp".

@hexa00
Copy link
Collaborator

hexa00 commented Jan 30, 2018

Is that related to go only ?

Guess we have to test more..

@akosyakov
Copy link
Member

Eating characters should have been fixed by eclipse-theia/theia@4a9d238.

@marcdumais-work
Copy link
Member Author

thanks for the info @akosyakov - we will observe if this happens still and update or close this issue.

@marcdumais-work
Copy link
Member Author

For the "eating characters" part, duplicate of eclipse-theia/theia#1185 . Will investigate the "slowness" aspect separately and open new issue if needed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants