VS Code remote - SSH re-installing code-server
Is it normal for VS code to re-install code server on first connect using SSH?
Also the extensions I install from the browser app code-server are not installed when I connect to the workspace with VS Code Remote SSH.
I am running Coder in Kubernetes and using the default Kubernetes template, with the only change being addition of "storage_provider_name" so that data persists correctly in my environment.
The pictures show that the code-server is up and running with me connected from the web-app, and VS code also installing over SSH.
The other picture shows that I have the Terraform extension installed on the web-app but the SSH connection needs me to install it again.
This is the code-server install that is in the workspace template
These are the host definitions that VS code is using
P.S. why are there 2 for the same workspace Pod?
Thanks for the help


