We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19f360 commit 72b1911Copy full SHA for 72b1911
cli/src/main/package/bin/ide.bat
@@ -5,6 +5,8 @@ Set _fBGreen=[92m
5
Set _fBRed=[91m
6
Set _RESET=[0m
7
8
+set PATH=%PATH%;C:\Program Files\Git\usr\bin;C:\Program Files\Git\mingw64\libexec\git-core
9
+
10
if not "%1%" == "" (
11
ideasy %IDE_OPTIONS% %*
12
if not %ERRORLEVEL% == 0 (
0 commit comments