Replies: 1 comment 1 reply
-
Ok. This one is a feature request. It makes sense but it is not that easy. I'll see what I can do. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Yesterday I worked with two workspaces. I use them like windows or panes for different tasks in different directories with different files.
Doing this I saw that workspaces share their command history, there's only one. And I thought that's not good because I did completely different things in the two workspaces. So I always got command lines from the history making no sense because they came from the other workspace. And whenever I changed the workspace it was still the same with the other command lines.
I thought it would be good to have a workspace specific command history when
PrivateWorkspaceSettings
istrue
.OK, it gets a problem then to save the history because you have then indeed histories. So you need then also workspace specific history files or at least sections in a file. And of course the user could still get unusable command lines when he uses a workspace with an existing history for something else. But this is then in the responsibility of the user.
Beta Was this translation helpful? Give feedback.
All reactions