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

Trying to use Luau LSP when debugging another extension causes it to try to run unknown.exe #644

Open
LordOfSpelunky opened this issue Jun 7, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@LordOfSpelunky
Copy link

process.env["SERVER_PATH"] ?? "unknown.exe"

I'm working on my own VS Code extension and trying to do so appears to make Luau LSP try to use this unknown.exe.

@LordOfSpelunky
Copy link
Author

It looks like this is partially a weird behavior from vscode-language-client 🤷‍♀️

@JohnnyMorganz JohnnyMorganz added the bug Something isn't working label Jun 9, 2024
@JohnnyMorganz
Copy link
Owner

Maybe we can just point to the normal binary if SERVER_PATH doesn't exist. Not sure why I chose unknown.exe other than making sure we don't silently pick the wrong one when debugging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants