devbox icon indicating copy to clipboard operation
devbox copied to clipboard

AutoShellOnTerminal with --pure

Open sevberg opened this issue 1 year ago • 0 comments

What problem are you trying to solve?

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

sevberg avatar Jul 31 '24 17:07 sevberg