add basic instructions

pull/12/head
Ben Potter 2 years ago
parent 196758306e
commit 7d96968bc4

@ -21,7 +21,14 @@ Add the following block to your [Coder template](https://coder.com/docs/v2/lates
```hcl
module "code-server" {
source = "https://github.com/coder/coder//code-server/"
source = "github.com/coder/coder//code-server"
agent = coder_agent.main.id # your agent ID
# Optional variables
extensions = ["GitHub.vscode-codeql", "esbenp.prettier-vscode"]
settings = {
"editor.minimap.side": "left",
"workbench.colorTheme": "Default Dark Modern",
}
}
```
Loading…
Cancel
Save