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

Julia LanguageServer: improve startup time #33

Open
thomasjm opened this issue Apr 24, 2023 · 3 comments
Open

Julia LanguageServer: improve startup time #33

thomasjm opened this issue Apr 24, 2023 · 3 comments
Labels

Comments

@thomasjm
Copy link
Contributor

thomasjm commented Apr 24, 2023

Doing some profiling, it seems that the call to run(server) takes about 10 seconds before it actually starts running the code in the Base.run override for LanguageServerInstance. Is it precompiling?

@thomasjm
Copy link
Contributor Author

This was actually merged:

julia-vscode/LanguageServer.jl#1218

See if it still needs to be improved

@thomasjm thomasjm reopened this May 10, 2023
@thomasjm
Copy link
Contributor Author

@thomasjm thomasjm added the julia label Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant