We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00a572f + 3d8dd1b commit e6ff5c0Copy full SHA for e6ff5c0
lsp-julia.el
@@ -251,8 +251,8 @@ body."
251
"Get the (Julia) project root directory of the current file."
252
(concat "\""
253
(expand-file-name
254
- (or (locate-dominating-file default-directory "Project.toml")
255
- (locate-dominating-file default-directory "JuliaProject.toml")
+ (or (locate-dominating-file buffer-file-name "Project.toml")
+ (locate-dominating-file buffer-file-name "JuliaProject.toml")
256
lsp-julia-default-environment))
257
"\""))
258
0 commit comments