Actual behavior
When executing the command ide install vscode or ide vscode on a Linux system, the installation process progresses normally until it reaches the step for installing VS Code plugins/extensions. At this point, the process completely freezes and hangs indefinitely. No further output or error message is shown, and the user cannot continue from this point, requiring a manual termination of the command (e.g., via Ctrl+C).
Reproduce
- Open a terminal in a Linux environment.
- Run the command:
ide install vscode
- Wait for the tool installation to proceed to the plugin installation phase.
- Observe that the process hangs indefinitely and does not complete or exit.
Expected behavior
well it should actually finish installing or opens vscode
IDEasy status
> ide -p status
IDE_ROOT is set to ~/projects
IDE_HOME is set to ~/projects/project
Your version of IDEasy is 2026.04.002.
Your are using the latest version of IDEasy and no update is available.
Your operating system is linux(6.6.87.2-microsoft-standard-WSL2)@x64 [Linux@x86_64]
You are online.
Found bash executable at: /usr/bin/bash
Found git executable at: /usr/bin/git
Your settings are up-to-date.
Successfully completed ide (status)
Related/Dependent issues
No response
Comments/Hints
No response
Actual behavior
When executing the command
ide install vscodeoride vscodeon a Linux system, the installation process progresses normally until it reaches the step for installing VS Code plugins/extensions. At this point, the process completely freezes and hangs indefinitely. No further output or error message is shown, and the user cannot continue from this point, requiring a manual termination of the command (e.g., viaCtrl+C).Reproduce
ide install vscodeExpected behavior
well it should actually finish installing or opens vscode
IDEasy status
Related/Dependent issues
No response
Comments/Hints
No response