File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Enter the `<author>.<name>` into the extensions array and code-server will autom
56
56
Configure VS Code's [ settings.json] ( https://code.visualstudio.com/docs/getstarted/settings#_settingsjson ) file:
57
57
58
58
``` tf
59
- module "settings " {
59
+ module "code-server " {
60
60
source = "registry.coder.com/modules/code-server/coder"
61
61
version = "1.0.2"
62
62
agent_id = coder_agent.example.id
@@ -72,7 +72,7 @@ module "settings" {
72
72
Just run code-server in the background, don't fetch it from GitHub:
73
73
74
74
``` tf
75
- module "settings " {
75
+ module "code-server " {
76
76
source = "registry.coder.com/modules/code-server/coder"
77
77
version = "1.0.2"
78
78
agent_id = coder_agent.example.id
@@ -85,7 +85,7 @@ module "settings" {
85
85
Just run code-server in the background, don't fetch it from GitHub:
86
86
87
87
``` tf
88
- module "settings " {
88
+ module "code-server " {
89
89
source = "registry.coder.com/modules/code-server/coder"
90
90
version = "1.0.2"
91
91
agent_id = coder_agent.example.id
You can’t perform that action at this time.
0 commit comments