Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 1273378

Browse files
authored
Update README.md
1 parent edc163b commit 1273378

File tree

1 file changed

+1
-48
lines changed

1 file changed

+1
-48
lines changed

github-upload-public-key/README.md

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -20,51 +20,4 @@ module "github-upload-public-key" {
2020
```
2121

2222
<!-- Add a screencast or screenshot here put them in .images directory -->
23-
24-
## Examples
25-
26-
### Example 1
27-
28-
Install the Dracula theme from [OpenVSX](https://open-vsx.org/):
29-
30-
```tf
31-
module "MODULE_NAME" {
32-
source = "registry.coder.com/modules/MODULE_NAME/coder"
33-
version = "1.0.2"
34-
agent_id = coder_agent.example.id
35-
extensions = [
36-
"dracula-theme.theme-dracula"
37-
]
38-
}
39-
```
40-
41-
Enter the `<author>.<name>` into the extensions array and code-server will automatically install on start.
42-
43-
### Example 2
44-
45-
Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarted/settings#_settingsjson) file:
46-
47-
```tf
48-
module "MODULE_NAME" {
49-
source = "registry.coder.com/modules/MODULE_NAME/coder"
50-
version = "1.0.2"
51-
agent_id = coder_agent.example.id
52-
extensions = [ "dracula-theme.theme-dracula" ]
53-
settings = {
54-
"workbench.colorTheme" = "Dracula"
55-
}
56-
}
57-
```
58-
59-
### Example 3
60-
61-
Run code-server in the background, don't fetch it from GitHub:
62-
63-
```tf
64-
module "MODULE_NAME" {
65-
source = "registry.coder.com/modules/MODULE_NAME/coder"
66-
version = "1.0.2"
67-
agent_id = coder_agent.example.id
68-
offline = true
69-
}
70-
```
23+
<!-- TODO: Add examples -->

0 commit comments

Comments
 (0)