I noticed that the directory structure changes from .vscode-server/bin/<commit> to .vscode/cli/servers/Stable-<commit> when you connect to vscode.dev tunnels vs starting up a container locally.
Not sure why they change, but then that also means that .vscode-server/code-<commit> or .vscode/code-<commit> is also needed in some other scenario. Maybe with code-spaces,.
I can make symbolic links to the directories and hope that's good enough. Otherwise the script will need to copy the same folder structure to 3 different places.
I noticed that the directory structure changes from
.vscode-server/bin/<commit>to.vscode/cli/servers/Stable-<commit>when you connect to vscode.dev tunnels vs starting up a container locally.Not sure why they change, but then that also means that
.vscode-server/code-<commit>or.vscode/code-<commit>is also needed in some other scenario. Maybe with code-spaces,.I can make symbolic links to the directories and hope that's good enough. Otherwise the script will need to copy the same folder structure to 3 different places.