-
Notifications
You must be signed in to change notification settings - Fork 202
Be Async #27
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
Update: Would be good to have. But it is not the issue here. |
Note: Using the |
basarat
added a commit
that referenced
this issue
Feb 5, 2015
@csnover you should definitely try it now. A sync autocomplete completion list query was too slow. Now that its out of process the whole experience is 🚀 |
basarat
added a commit
that referenced
this issue
Feb 5, 2015
basarat
added a commit
that referenced
this issue
Feb 5, 2015
…* continue to do your work. refs #27 TIP: don't have any `console.log` anymore in programManager
basarat
added a commit
that referenced
this issue
Feb 6, 2015
Also starts work on ref #52. Will be removing "messages.ts" as its almost redundant in the new mechanism.
I'll track documenting this in a seperate issue. |
4 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using the language service in the UI thread is slow. Solution : run it out of process.
Tasks:
Promise
. If possible use that and make your code async.)The text was updated successfully, but these errors were encountered: