-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add server path configuration option to the VSCode extension #897
Add server path configuration option to the VSCode extension #897
Conversation
Update: I've tested this and it works great! |
Marking this as a draft until I clean up the nixos files |
Accidentally did a merge, so I'm gonna condense my changes into a single commit and force push |
1a8ba5f
to
f1e7a8d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Sorry for the delay. Can we update the changelog with this?
No problem, and yeah, I'll commit that real quick. Thanks for the review! |
oops that merged, sigh |
1a9559a
to
0c163f0
Compare
0c163f0
to
b47da29
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
This PR adds a configuration value (
luau-lsp.serverPath
) to the VSCode extension that lets you change the path of the Luau LSP server binary. This is useful for platforms like NixOS, where the included binary doesn't work by default. This hasn't been tested yet.