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

Fix code-server docu #147

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions code-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down