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

Introduce runserver function #772

Merged
merged 1 commit into from
Jun 19, 2020

Conversation

non-Jedi
Copy link
Member

@non-Jedi non-Jedi commented Jun 19, 2020

runserver will attempt to pick a reasonable environment to run the
language server against.

Closes #748.

We still need to address running the language server against a project
with no Manifest.

Long term we also probably want to move away from the env_path being passed into the language server, but this at least makes things easier on clients until then.

runserver will attempt to pick a reasonable environment to run the
language server against.

Closes julia-vscode#748.

We still need to address running the language server against a project
with no Manifest.
@non-Jedi
Copy link
Member Author

@puremourning does this work better for you a a stopgap solution (see the updated README)? Will YouCompleteMe start the language server with pwd in the directory of the file being edited?

@davidanthoff
Copy link
Member

We still need to address running the language server against a project with no Manifest.

Yes, that will be part of the "big" env handling rework that will come at some point (hopefully soon).

@davidanthoff davidanthoff merged commit 1e940a7 into julia-vscode:master Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't require env_path to be passed to LanguageServerInstance
2 participants