Cannot use the persistent julia session in vscode

Hi everyone,

I cannot seem to use the persistent julia session in vscode extension through ssh server.
Per this Remote Development · Julia in VS Code (julia-vscode.org), I’d like to open a persistent julia session in vscode. Since I have no control over the server, I can only use the tmux by ‘module load tmux’, so I add an argument to bash to load the tmux in the vscode settings:


This script did load the tmux, but it then crashed and disappear.
Any idea how to address this? Much appreciate.