File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 7171 name when a suggested rename is accepted.
7272 ([ Adi Salimgereyev] ( https://github.com/abs0luty ) )
7373
74+ - The build tool now provides better error message when trying to build Git
75+ dependencies without Git installed. Previously, it would show this error:
76+
77+ ``` text
78+ error: Shell command failure
79+
80+ There was a problem when running the shell command `git`.
81+
82+ The error from the shell command library was:
83+
84+ Could not find the stdio stream
85+ ```
86+
87+ Now it will show:
88+
89+ ``` text
90+ error: Program not found
91+
92+ The program `git` was not found. Is it installed?
93+
94+ Documentation for installing Git can be viewed here:
95+ https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
96+ ```
97+
98+ ([ Andrey Kozhev] ( https://github.com/ankddev ) )
99+
74100### Language server
75101
76102- The "inline variable" code action can now trigger when used over the let
You can’t perform that action at this time.
0 commit comments