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

Make the extension download and/or run ucm #6

Open
jneira opened this issue Oct 16, 2022 · 1 comment
Open

Make the extension download and/or run ucm #6

jneira opened this issue Oct 16, 2022 · 1 comment

Comments

@jneira
Copy link
Contributor

jneira commented Oct 16, 2022

Hi, it is a pretty usual feture of langauga extension download and run the tool needed to have a working and running lsp server.
It helps beginners start and check faster the language but it adds more complexity to the extension.
Incremental features could be:

1.- Execute UCM in the current workspace folder if the executable is in the global $PATH
2.- Add a configuration property to let users set the path to the ucm executable.
3.- Optionally download ucm if it is not already installed

Thanks in advance

@ChrisPenner
Copy link
Contributor

Looks like 1 & 2 are done!

Remaining is optionally downloading ucm, which is platform specific; but would likely be easy enough to implement for any platforms that we provide a binary for.

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

No branches or pull requests

2 participants