We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4dc006 commit 11336cdCopy full SHA for 11336cd
io.sloeber.core/src/io/sloeber/core/Activator.java
@@ -404,6 +404,7 @@ private static void installOtherStuff() {
404
if (localMakePath.append(MAKE_EXE).toFile().exists()) {
405
if (!localMakePath.append(SH_EXE).toFile().exists()) {
406
try {
407
+ //Sloeber needs the make that also contains sh.exe
408
deleteDirectory(localMakePath);
409
} catch (IOException e) {
410
// should not happen
0 commit comments