-
Notifications
You must be signed in to change notification settings - Fork 9
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
install/run instructions? #27
Comments
Hi @kurokirasama , thank you for raising this question! There is a known lack of documentation around the development workflows. This is a space we want to build up in the future. The primary commands are the following:
When it comes to running the language server, I believe this can be done with MATLAB-language-server/src/lifecycle/ConfigurationManager.ts Lines 8 to 14 in 319868d
The descriptions for these can be found within CliUtils.ts. Please feel free to reach out if you have any other questions about this. |
Thanks a lot! As I understand, this need matlab 2021+, right? |
Yes, that is correct - the language server currently support MATLAB R2021a and later. |
does it need polyspace? |
No, it does not require Polyspace. All features provided by this language server should only require a base MATLAB installation. |
super! Thanks! |
the also, can you provide some guidance in how to set up this in sublime text? |
The The Regarding Sublime Text, I will respond on your other issue (#29) |
Requirements would also be nice - I fought for a couple of days with the "Client X quit with exit code 1 and signal 0." error message before discovering that it was caused by my "node" and "npm" being too old. I was using the version provided by my Ubuntu through apt (8.5.1) - now, after installing "npm 10.5.0" directly from nodejs.org, everything works fine. BTW, thanks a lot for this project! It makes editing matlab files much easier! |
Hey, sorry my ignorance, but how to run or install this? There is nothing in the readme file.
After some google-ing, is this correct? (after cloning the repo):
to run the server:
?
The text was updated successfully, but these errors were encountered: