Skip to content

Commit

Permalink
Merge remote-tracking branch 'vlaci/subdir-env'
Browse files Browse the repository at this point in the history
  • Loading branch information
gdkrmr committed Dec 29, 2021
2 parents 00a572f + 3d8dd1b commit e6ff5c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lsp-julia.el
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ body."
"Get the (Julia) project root directory of the current file."
(concat "\""
(expand-file-name
(or (locate-dominating-file default-directory "Project.toml")
(locate-dominating-file default-directory "JuliaProject.toml")
(or (locate-dominating-file buffer-file-name "Project.toml")
(locate-dominating-file buffer-file-name "JuliaProject.toml")
lsp-julia-default-environment))
"\""))

Expand Down

0 comments on commit e6ff5c0

Please sign in to comment.