Actual behavior
$ icd -p project
IDE environment variables have been set for /d/projects/project in workspace main
$ /d/projects/project
Although it states that it will default to workspace main, it does not automatically navigate there. Therefore, I treat this as a bug as I expect it rightfully expects to navigate into the workspace main as this is the only workspace available. So it's nonsense to always specify it.
Reproduce
- Create a new ide "test"
- navigate to the new ide by
icd -p test
Expected behavior
$ icd -p project
IDE environment variables have been set for /d/projects/project in workspace main
$ /d/projects/project/workspaces/main
IDEasy status
$ ide -p status
IDE_ROOT is set to D:/projects
IDE_HOME is set to D:/projects/project
Your version of IDEasy is 2026.04.001.
Your are using the latest version of IDEasy and no update is available.
Your operating system is windows(10.0)@x64 [Windows 11@amd64]
You are online.
Found bash executable at: C:/Program Files/Git/usr/bin/bash.***
Found git executable at: C:/Program Files/Git/mingw64/bin/git.***
Your settings are up-to-date.
Successfully completed ide (status)
Related/Dependent issues
No response
Comments/Hints
No response
Actual behavior
Although it states that it will default to workspace main, it does not automatically navigate there. Therefore, I treat this as a bug as I expect it rightfully expects to navigate into the workspace main as this is the only workspace available. So it's nonsense to always specify it.
Reproduce
icd -p testExpected behavior
IDEasy status
Related/Dependent issues
No response
Comments/Hints
No response