This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree 1 file changed +0
-48
lines changed
1 file changed +0
-48
lines changed Original file line number Diff line number Diff line change @@ -21,51 +21,3 @@ module "airflow" {
21
21
```
22
22
23
23
![ Airflow] ( ../.images/airflow.png )
24
-
25
- ## Examples
26
-
27
- ### Example 1
28
-
29
- Install the Dracula theme from [ OpenVSX] ( https://open-vsx.org/ ) :
30
-
31
- ``` tf
32
- module "airflow" {
33
- source = "registry.coder.com/modules/apache-airflow/coder"
34
- version = "1.0.13"
35
- agent_id = coder_agent.example.id
36
- extensions = [
37
- "dracula-theme.theme-dracula"
38
- ]
39
- }
40
- ```
41
-
42
- Enter the ` <author>.<name> ` into the extensions array and code-server will automatically install on start.
43
-
44
- ### Example 2
45
-
46
- Configure VS Code's [ settings.json] ( https://code.visualstudio.com/docs/getstarted/settings#_settingsjson ) file:
47
-
48
- ``` tf
49
- module "airflow" {
50
- source = "registry.coder.com/modules/apache-airflow/coder"
51
- version = "1.0.13"
52
- agent_id = coder_agent.example.id
53
- extensions = ["dracula-theme.theme-dracula"]
54
- settings = {
55
- "workbench.colorTheme" = "Dracula"
56
- }
57
- }
58
- ```
59
-
60
- ### Example 3
61
-
62
- Run code-server in the background, don't fetch it from GitHub:
63
-
64
- ``` tf
65
- module "airflow" {
66
- source = "registry.coder.com/modules/apache-airflow/coder"
67
- version = "1.0.13"
68
- agent_id = coder_agent.example.id
69
- offline = true
70
- }
71
- ```
You can’t perform that action at this time.
0 commit comments