File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ - Reword DPM notification to inform users DPM is available and not selected. (#1930 )
56- Fix Windows path handling regression introduced in 1.32.1 by using
67 ` Uri.fsPath ` instead of ` Uri.path ` in workspace root detection, preventing
78 LSP start failures (` ENOENT -4058 ` ). (#1929 )
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ let make root () =
117117 | Some version when Dune_version. is_valid version ->
118118 show_message
119119 `Info
120- " Dune Package Management selected with dune from %s, version %s."
120+ " Dune Package Management is available with dune from %s, version %s."
121121 (Path. to_string binary)
122122 v;
123123 Some { bin; root }
@@ -142,7 +142,7 @@ let make root () =
142142 | Some version when Dune_version. is_valid version ->
143143 show_message
144144 `Info
145- " Dune Package Management selected with dune from %s, version %s."
145+ " Dune Package Management is available with dune from %s, version %s."
146146 path
147147 v;
148148 Promise. return (Some { bin; root })
You can’t perform that action at this time.
0 commit comments