This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-48
lines changed Expand file tree Collapse file tree 1 file changed +1
-48
lines changed Original file line number Diff line number Diff line change @@ -20,51 +20,4 @@ module "github-upload-public-key" {
20
20
```
21
21
22
22
<!-- 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 -->
You can’t perform that action at this time.
0 commit comments