-
Notifications
You must be signed in to change notification settings - Fork 81
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
Sublime Text: Packages marked as missing references #796
Comments
Hi, I believe your assumption is correct that you need to pass the env_path to your project folder in the starting options. The description on readthedocs is actually a bit outdated, because some configuration keys changed at the current language server versions. And some features of the server are not available only with a simple user configuration. For personal use I made a plugin for the LSP package at Additionally, if you install the Terminus package from Package Control, the plugin will add functionality to run code blocks with Alt+Enter like in VS Code. The downside of the plugin is that it doesn't use the Edit: the plugin I mentioned has been moved to https://github.com/sublimelsp/LSP-julia now. If anyone made a clone of my repo, adjust the URL via Regarding this issue here, I believe there are some considerations to remove the env_path from the starting options in the future and use the protocol's configuration system instead, see #748. In that case it gets fetched via the |
Any update on this , I still face this issue on latest stable release of ST4 |
After following the directions here all of my non-base packages are marked as missing. I think this might be because
contrib/languageserver.sh
does not pass an env_path. This probably should be handled correctly down stream, but it seems that it isn't (maybe due to #391). If I edit contrib/languageserver.sh to specify an environment, the packages are correctly found.I think @randy3k contributed this file, so he might have the best idea about what's going on.
The text was updated successfully, but these errors were encountered: