Skip to content

Commit ec46ff7

Browse files
ankddevlpil
authored andcommitted
chore: CHANGELOG entry
1 parent b416f24 commit ec46ff7

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,32 @@
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

0 commit comments

Comments
 (0)