You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hohwille opened this issue
Sep 25, 2024
· 0 comments
· Fixed by #652
Assignees
Labels
android-studioAndroid Studio IDE from Jet-BrainsbugSomething isn't workingeclipserelated to Eclipse IDEintellijIntelliJ IDE from Jet-Brainsprocessexecuting external programs (ProcessContext)vscodeMicrosoft visual studio code
As a IDEasy user, I want my IDE (Eclipse, Intellij, VSCode, AndroidStudio, etc.) to run in background so that it does not block my shell and I can keep using my shell.
Actual behavior
The shell blocks. In some cases I can hit [Ctrl][c] to return to the shell prompt (and the IDE still keeps running) and in other cases nothing like this is possible (e.g. when launching intellij via generated start script without IDEasy).
Steps to reproduce (bug) / Use Case of feature request (enhancement)
android-studioAndroid Studio IDE from Jet-BrainsbugSomething isn't workingeclipserelated to Eclipse IDEintellijIntelliJ IDE from Jet-Brainsprocessexecuting external programs (ProcessContext)vscodeMicrosoft visual studio code
Expected behavior
As a IDEasy user, I want my IDE (Eclipse, Intellij, VSCode, AndroidStudio, etc.) to run in background so that it does not block my shell and I can keep using my shell.
Actual behavior
The shell blocks. In some cases I can hit
[Ctrl][c]
to return to the shell prompt (and the IDE still keeps running) and in other cases nothing like this is possible (e.g. when launchingintellij
via generated start script without IDEasy).Steps to reproduce (bug) / Use Case of feature request (enhancement)
Related/Dependent Issues
#468
Comments/Hints:
Obvious bug:
IDEasy/cli/src/main/java/com/devonfw/tools/ide/tool/ToolCommandlet.java
Line 89 in 824b5e9
IDEasy/cli/src/main/java/com/devonfw/tools/ide/tool/ide/IdeToolCommandlet.java
Line 58 in 824b5e9
IDEasy/cli/src/main/java/com/devonfw/tools/ide/tool/intellij/Intellij.java
Line 44 in 824b5e9
Affected version:
The text was updated successfully, but these errors were encountered: