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

LSP support #252

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

LSP support #252

wants to merge 1 commit into from

Conversation

davidgranstrom
Copy link
Owner

@davidgranstrom davidgranstrom commented Sep 19, 2024

This PR consists of adjustments to use the LanguageServer.quark LSP for sclang.

At the moment this is tested with scztt/LanguageServer.quark#29

@salkin-mada
Copy link
Contributor

This is very exciting!

@davidgranstrom
Copy link
Owner Author

Not sure why yet, but for some reason Server.program is set to nil when using the language server at the moment. An easy fix is to set it manually and then boot the server for the time being.

Server.program = "scsynth";
s.boot;

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.

2 participants