if i press arrow-up on gitpod it suggests bunch of seemingly backend commands alike:
gitpod /workspace/emkdir-rustlang $ exec /theia/node/bin/gitpod-node ./src-gen/backend/main.js
Recommends wiping the history prior to letting end-user to the environment
Yea that is part of the gitpod layer logic @svenefftinge can you take a look at this?
Thanks for the feedback!
In general I think there are several things we should improve with Gitpod's Terminal history. Ideally, it should:
up-arrow and ctrl-shift-R to find commands from previous sessions, e.g. by saving the Terminal's history inside the /workspace directory (this used to work in c9.io and was really handy e.g. to resume servers with long cryptic commands).gitpod.yml are ok, but not Theia commands as described above)history -r $HISTFILE command in all Terminals (it's an "internal" Gitpod command, and it got several users confused and/or wondering whether something was broken)This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
Thanks for the feedback!
In general I think there are several things we should improve with Gitpod's Terminal history. Ideally, it should:
up-arrowandctrl-shift-Rto find commands from previous sessions, e.g. by saving the Terminal's history inside the/workspacedirectory (this used to work in c9.io and was really handy e.g. to resume servers with long cryptic commands).gitpod.ymlare ok, but not Theia commands as described above)history -r $HISTFILEcommand in all Terminals (it's an "internal" Gitpod command, and it got several users confused and/or wondering whether something was broken)