Use current project directory at Che terminal creation #23022
Labels
area/editor/vscode
Issues related to the Code OSS editor of Che
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P2
Has a minor but important impact to the usage or development of the system.
status/code-review
This issue has a pull request posted for it and is awaiting code review completion by the community.
team/B
This team is responsible for the Web Terminal, the DevWorkspace Operator and the IDEs.
Is your enhancement related to a problem? Please describe
Che-Code has two actions to create a terminal:
The first action uses current project directory as CWD, the second one doesn't.
For example, a workspace contains
nodejs-nextjs-starter
project:New Terminal
is:/projects/nodejs-nextjs-starter
New Terminal (Select a Container)
is:/opt/app-root/src
See the behaviour on the screenshot:
Describe the solution you'd like
My propose is -
New Terminal (Select a Container)
should use/projects/nodejs-nextjs-starter
as CWD.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: