added readme block

This commit is contained in:
Stephen Kirby
2023-10-13 19:43:18 +00:00
parent 93965edc97
commit eaf6fae789

View File

@@ -63,6 +63,18 @@ module "settings" {
} }
``` ```
### Install multiple extensions
Just run code-server in the background, don't fetch it from GitHub:
```hcl
module "settings" {
source = "https://registry.coder.com/modules/code-server"
agent_id = coder_agent.example.id
extensions = [ "dracula-theme.theme-dracula", "ms-azuretools.vscode-docker" ]
}
```
### Offline Mode ### Offline Mode
Just run code-server in the background, don't fetch it from GitHub: Just run code-server in the background, don't fetch it from GitHub: