File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 104
104
with a local password, reducing risk of your Hex password being compromised.
105
105
([ Louis Pilfold] ( https://github.com/lpil ) )
106
106
107
+ - Improved the error message for dependency resolution failures to more clearly
108
+ explain why the conflict occurs. Previously, the error message only listed the
109
+ names of the conflicting packages:
110
+
111
+ ```
112
+ - mist
113
+ - server
114
+ - cors_builder
115
+ ```
116
+
117
+ Now, the message provides more detailed descriptions:
118
+
119
+ ```
120
+ - Package `app` requires `cors_builder` 1.0.0 <= v < 2.0.0
121
+ - Conflict with the `mist` package:
122
+ - `cors_builder` requires `mist` version 1.0.0 <= v < 2.0.0
123
+ - `app` requires `mist` version 3.0.0 <= v < 4.0.0
124
+ ```
125
+
126
+ ([ dinkelspiel] ( https://github.com/dinkelspiel ) )
127
+
107
128
### Language Server
108
129
109
130
- The language server now provides type information when hovering over argument
You can’t perform that action at this time.
0 commit comments