Skip to content
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

IDE not started in background anymore #651

Closed
hohwille opened this issue Sep 25, 2024 · 0 comments · Fixed by #652
Closed

IDE not started in background anymore #651

hohwille opened this issue Sep 25, 2024 · 0 comments · Fixed by #652
Assignees
Labels
android-studio Android Studio IDE from Jet-Brains bug Something isn't working eclipse related to Eclipse IDE intellij IntelliJ IDE from Jet-Brains process executing external programs (ProcessContext) vscode Microsoft visual studio code

Comments

@hohwille
Copy link
Member

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 launching intellij via generated start script without IDEasy).

Steps to reproduce (bug) / Use Case of feature request (enhancement)

  1. ide intellij

Related/Dependent Issues

#468

Comments/Hints:

Obvious bug:

runTool(ProcessMode.DEFAULT, null, this.arguments.asArray());

Affected version:

  • 2024.09.002-beta-SNAPSHOT
@hohwille hohwille added bug Something isn't working android-studio Android Studio IDE from Jet-Brains vscode Microsoft visual studio code eclipse related to Eclipse IDE intellij IntelliJ IDE from Jet-Brains process executing external programs (ProcessContext) labels Sep 25, 2024
@hohwille hohwille added this to the release:2024.09.002 milestone Sep 25, 2024
@hohwille hohwille self-assigned this Sep 25, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in IDEasy board Sep 25, 2024
hohwille added a commit to hohwille/IDEasy that referenced this issue Sep 25, 2024
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in IDEasy board Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android-studio Android Studio IDE from Jet-Brains bug Something isn't working eclipse related to Eclipse IDE intellij IntelliJ IDE from Jet-Brains process executing external programs (ProcessContext) vscode Microsoft visual studio code
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant