-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Fix intellij script freezing shell #647
Milestone
Comments
jan-vcapgemini
changed the title
Fix intellij script getting stuck in shell
Fix intellij script freezing shell
Sep 24, 2024
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Sep 24, 2024
added '&' to end of start scripts
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Sep 24, 2024
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Sep 24, 2024
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Sep 26, 2024
hohwille
pushed a commit
that referenced
this issue
Sep 26, 2024
hohwille
added a commit
to hohwille/IDEasy
that referenced
this issue
Sep 26, 2024
…nfigurable via parameter
jan-vcapgemini
added a commit
to jan-vcapgemini/IDEasy
that referenced
this issue
Sep 27, 2024
added workaround for new background process check (creating a new file and checking its content)
hohwille
pushed a commit
that referenced
this issue
Sep 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
As an intellij user I expect intellij to not freeze my shell when starting it from the PATH using
intellij
Actual behavior
The git bash freezes while intellij is running.
Steps to reproduce (bug) / Use Case of feature request (enhancement)
intellij
in git bashRelated/Dependent Issues
Comments/Hints:
We need to add
&
at the end of our start scripts.Affected version:
The text was updated successfully, but these errors were encountered: