We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a IDEasy and IntelliJ user, I want to launch intellij in background so that I can continue working in my shell while using IntelliJ.
The ide intellij command blocks until the IntelliJ IDE is terminated.
ide intellij
#25
Do we run process with BACKGROUND as mode?
BACKGROUND
The text was updated successfully, but these errors were encountered:
IDEasy/cli/src/main/java/com/devonfw/tools/ide/tool/ide/IdeToolCommandlet.java
Line 211 in 09abbeb
Sorry, something went wrong.
devonfw#468: started intellij in background
8a1f5f2
#468: start intellij in background (#474)
e3b0167
Successfully merging a pull request may close this issue.
Expected behavior
As a IDEasy and IntelliJ user, I want to launch intellij in background so that I can continue working in my shell while using IntelliJ.
Actual behavior
The
ide intellij
command blocks until the IntelliJ IDE is terminated.Steps to reproduce (bug) / Use Case of feature request (enhancement)
ide intellij
Related/Dependent Issues
#25
Comments/Hints:
Do we run process with
BACKGROUND
as mode?Affected version:
The text was updated successfully, but these errors were encountered: