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

Intellij not started in background #468

Closed
hohwille opened this issue Jul 9, 2024 · 1 comment · Fixed by #474
Closed

Intellij not started in background #468

hohwille opened this issue Jul 9, 2024 · 1 comment · Fixed by #474
Labels
bug Something isn't working intellij IntelliJ IDE from Jet-Brains process executing external programs (ProcessContext)

Comments

@hohwille
Copy link
Member

hohwille commented Jul 9, 2024

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)

  1. ide intellij

Related/Dependent Issues

#25

Comments/Hints:

Do we run process with BACKGROUND as mode?

Affected version:

  • OS: Windows
  • 2024.07.003-alpha-SNAPSHOT
  • IntelliJ 2023.3.7
@hohwille hohwille added the bug Something isn't working label Jul 9, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in IDEasy board Jul 9, 2024
@hohwille hohwille added intellij IntelliJ IDE from Jet-Brains process executing external programs (ProcessContext) labels Jul 9, 2024
@hohwille hohwille added this to the release:2024.07.003 milestone Jul 9, 2024
@hohwille hohwille moved this from 🆕 New to 📋 Backlog in IDEasy board Jul 9, 2024
@hohwille
Copy link
Member Author

hohwille commented Jul 9, 2024

runTool(ProcessMode.DEFAULT, null, args);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working intellij IntelliJ IDE from Jet-Brains process executing external programs (ProcessContext)
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant