-
Notifications
You must be signed in to change notification settings - Fork 11
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
Module imports not working on Windows #2
Comments
Not Windows, but seemingly similar issue for a non-root install of janet on a linux box: |
@sogaiu I just published a pre-release version of Janet++ that bundles Janet LSP as a .jimage rather than a compiled executable. This means that when the Language Server starts up, it will be running on the user's locally-installed copy of Janet (assuming Would you like to test this on your non-root Void Linux install? You can do so by switching to the Pre-release version on the extension page in VS Code: |
@CFiggers Thanks for the heads up. I gave it a try and it seems to be working better 👍 |
Fixed in Janet++ by running the LSP from a .jimage rather than a compiled executable. May need to revisit in the future if Janet LSP will be a stand-alone CLI tool in addition to editor integration. |
At the moment, a module import such as
(import spork/json)
causes an error on Windows. This seems to happen with all module imports that are not project local.The text was updated successfully, but these errors were encountered: