Fix code-server docu (#147)

This commit is contained in:
Florian Gareis
2024-02-09 19:17:32 +01:00
committed by GitHub
parent 5a7e3f6ca4
commit 4c993d342d

View File

@@ -56,7 +56,7 @@ Enter the `<author>.<name>` into the extensions array and code-server will autom
Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarted/settings#_settingsjson) file:
```tf
module "settings" {
module "code-server" {
source = "registry.coder.com/modules/code-server/coder"
version = "1.0.2"
agent_id = coder_agent.example.id
@@ -72,7 +72,7 @@ module "settings" {
Just run code-server in the background, don't fetch it from GitHub:
```tf
module "settings" {
module "code-server" {
source = "registry.coder.com/modules/code-server/coder"
version = "1.0.2"
agent_id = coder_agent.example.id
@@ -85,7 +85,7 @@ module "settings" {
Just run code-server in the background, don't fetch it from GitHub:
```tf
module "settings" {
module "code-server" {
source = "registry.coder.com/modules/code-server/coder"
version = "1.0.2"
agent_id = coder_agent.example.id