You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft has a VS Code in a browser IDE as well called [VS Code Server](https://code.visualstudio.com/docs/remote/vscode-server) which can be added to a Coder template.
105
-
106
-
```hcl
107
-
resource "coder_agent" "main" {
108
-
arch = "amd64"
109
-
os = "linux"
110
-
startup_script = <<EOF
111
-
#!/bin/sh
112
-
113
-
# install vs code server
114
-
# alternatively install in a container image Dockerfile
115
-
wget -O- https://aka.ms/install-vscode-server/setup.sh | sh
0 commit comments