diff --git a/code-server/README.md b/code-server/README.md index 62a827c..f3bb616 100644 --- a/code-server/README.md +++ b/code-server/README.md @@ -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/" - agent = coder_agent.main.id # your agent ID + 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", + } } ``` \ No newline at end of file