added readme block
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user