You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"lsp": {
// Your other lsp servers"djlsp": {
"command": "path-to-djlsp-command",
"initialization_options": {
"django_settings_module": "<your.settings.module>"
}
},
},
"languages": {
"HTML": {
"language_servers": [ "some-other-lsp-server", "djlsp"]
},
// your other languages settings
}
}
⚠️ However...it is not working for me at the moment, I am trying to understand what is going wrong, I am pretty sure this is on my end.
When I inspect zed logs, I get the error below
2024-11-19T13:39:57.25813+01:00 [WARN] no language server found matching 'djlsp'
Let me know how it goes for you @SwimGeek, I would be happy to open a PR once we get it working.
Thanks a lot for your work Four Digits team 💯
Hi
Please add some info on getting this to work with the Zed editor.
The text was updated successfully, but these errors were encountered: