-
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
false positive importing relative modules #313
Comments
I can't replicate this. |
a) It is emacs and LanguageServer is run as: using LanguageServer, Sockets, SymbolServer;
server = LanguageServer.LanguageServerInstance(
stdin, stdout, false,
"/path/to/MyPkg", "",
Dict()
);
server.runlinter = true;
run(server); b) When everything is in a single file everything looks fine. |
Then maybe it is a problem of lsp-julia. Do you use this version https://github.com/non-Jedi/lsp-julia ? |
yes, latest master with some modifications for the new |
Just thinking: it may be #316, because I never rand |
I'm moving this to the backlog. Not because it isn't a bug, but we need to ship eventually :) |
LanguageServer does not find
SubMod1
int2.jl
, it findsMyPkg
though.MyPkg.jl:
t1.jl:
t2.jl:
The text was updated successfully, but these errors were encountered: