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 binary lookup #59

Merged
merged 1 commit into from
Oct 12, 2024

Conversation

nrayburn-tech
Copy link
Collaborator

This should be closer to how the VS Code plugin does it. Checks specifically for ${root}/node_modules/.bin/oxc_language_server now (fallback includes the .exe lookup for Windows). If you don't have a root workspace folder with the matching path, it will fail to find it.

Depends on #58.

Change to lookup binary at a specific path instead of searching the entire contents of each workspace
Update to properly log all found LSP servers
@IWANABETHATGUY IWANABETHATGUY merged commit 7775691 into oxc-project:main Oct 12, 2024
6 checks passed
@nrayburn-tech nrayburn-tech deleted the fix-binary-lookup branch October 12, 2024 23:54
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