fix(kubectl-shell): prompt [BE-13236] (#3234)

This commit is contained in:
Devon Steenberg
2026-07-23 09:18:08 +12:00
committed by GitHub
parent 5af9070991
commit d599cc450d
@@ -58,8 +58,8 @@ export function KubectlShellView() {
initialCommands={[ initialCommands={[
...LINUX_SHELL_INIT_COMMANDS, ...LINUX_SHELL_INIT_COMMANDS,
'# Run kubectl commands inside here', '# Run kubectl commands inside here\n',
'# e.g. kubectl get all', '# e.g. kubectl get all\n',
'', '',
]} ]}
onResize={supportsResizeOverSocket ? 'socket' : null} onResize={supportsResizeOverSocket ? 'socket' : null}