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

Fix Teal LSP name #12395

Merged
merged 1 commit into from
Jan 4, 2025
Merged

Conversation

Andre-LA
Copy link
Contributor

@Andre-LA Andre-LA commented Jan 4, 2025

Congrats on 25.01 release! While testing I noticed that Teal LSP wasn't working.

The reason for this is that the Teal LSP name on language.toml it's first defined as teal-language-server (as the actual command):

teal-language-server = { command = "teal-language-server" }

However, the Teal language is later configured as teal-lsp:

language-servers = [ "teal-lsp" ]

The fix is done by using teal-language-server instead of teal-lsp.

@archseer archseer merged commit b47b946 into helix-editor:master Jan 4, 2025
@erasin
Copy link
Contributor

erasin commented Jan 4, 2025

Need to generate lang-support.md

akhenakh pushed a commit to akhenakh/helix that referenced this pull request Jan 4, 2025
GladkihEgor pushed a commit to GladkihEgor/helix that referenced this pull request Jan 4, 2025
Desdaemon pushed a commit to Desdaemon/helix that referenced this pull request Jan 6, 2025
diucicd pushed a commit to diucicd/helix that referenced this pull request Jan 8, 2025
rmburg pushed a commit to rmburg/helix that referenced this pull request Jan 20, 2025
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

Successfully merging this pull request may close these issues.

3 participants