You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a devbox installation via VSCode, there is currently the setting "devbox.autoShellOnTerminal": true/false. However, when true, this always creates shells in non-pure mode. Can we get the additional option to activate pure mode for these new terminals?
What solution would you like?
Ideally something like the current devbox.autoShellOnTerminal option available to DevBox extension of VSCode
Alternatives you've considered
Currently the only way I know to get a 'pure' DevBox shell is to create one myself manually in the terminal. Not a big deal, but it would be a nice QOL improvement if this were automated
The text was updated successfully, but these errors were encountered:
What problem are you trying to solve?
When using a devbox installation via VSCode, there is currently the setting
"devbox.autoShellOnTerminal": true/false
. However, whentrue
, this always creates shells in non-pure mode. Can we get the additional option to activate pure mode for these new terminals?What solution would you like?
Ideally something like the current
devbox.autoShellOnTerminal
option available to DevBox extension of VSCodeAlternatives you've considered
Currently the only way I know to get a 'pure' DevBox shell is to create one myself manually in the terminal. Not a big deal, but it would be a nice QOL improvement if this were automated
The text was updated successfully, but these errors were encountered: