Skip to content

Commit

Permalink
Merge pull request #444 from ejgallego/fix_workspace_message
Browse files Browse the repository at this point in the history
[workspace] Fix message about workspace detection
  • Loading branch information
ejgallego committed Mar 3, 2023
2 parents 9c2d70e + 32db677 commit 52ebcab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#234)
- Fix bug that prevented "Goal after tactic" from working properly
(@ejgallego, #438, reported by David Ilcinkas)
- Message about workspace detection was printing the wrong file,
(@ejgallego, #444, reported by Alex Sanchez-Stern)

# coq-lsp 0.1.6: Peek
---------------------
Expand Down
2 changes: 1 addition & 1 deletion coq/workspace.ml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ let workspace_from_coqproject ~cmdline ~debug cp_file : t =
}
in
let implicit = true in
let kind = Filename.concat (Sys.getcwd ()) "_CoqProject" in
let kind = cp_file in
make ~cmdline ~implicit ~kind ~debug

let workspace_from_cmdline ~debug ~cmdline =
Expand Down

0 comments on commit 52ebcab

Please sign in to comment.