set up the matlab lsp server in zed editor #35415
kurokirasama
started this conversation in
Language Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!! I'm switching to the zed editor from sublime textand the one thing I'm missing to port to zed is the configuration to been able to use the matlab-lsp-server.
In sublime text, I use this working config:
{ "clients": { "matlab": { "command": [ "/usr/bin/node", "/home/kira/software/MATLAB-language-server/out/index.js", "--stdio", "--matlabInstallPath", "/usr/local/MATLAB/R2024b" ], "enabled": true, "selector": "source.matlab", "settings": { "MATLAB.indexWorkspace": true, "MATLAB.installPath": "/usr/local/MATLAB/R2024b", "MATLAB.matlabConnectionTiming": "onStart", "MATLAB.telemetry": false } }, }, "log_debug": true }I tried to directly port it to zed via:
but the server is not starting when editing a .m file. I also added to the zed config:
Any ideas of what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions