You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
I noticed that LSP wasn't loading the correct syntax highlighting and
that other LSP features like go_to, hover etc.. were not working when a
new project was loaded. It would start working after the first key press
though.
We now wait for parsing on the code_action LSP feature. We also enable
the wait_for_parsing function to wait until the compilation thread is
started so it doesn't return early in the case where the LSP requests
were received by the server before the did_open notification.
before

after

0 commit comments