This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
Replies: 1 comment
-
@href Did you manage to get this working? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm unable to get this to work with Sublime Text. I'm trying to set this up using the custom client configuration mechanism:
https://lsp.sublimetext.io/client_configuration/
I installed the language server using
npm install -g @ansible/ansible-language-server
, and verified that starting it usingansible-langauge-server --stdio
works (there's no output though).I then tried to run it in various ways:
In both cases, I can see that the ansible-langauge-server is briefly started when I open an Ansible YAML file, but the process vanishes immediately and from what I can tell there is no LSP functionality.
In other projects I use LSP-rust-analyzer for Sublime Text, which works fine.
Does anyone have a working Sublime Text config they would be willing to share?
Beta Was this translation helpful? Give feedback.
All reactions