Thanks to visit codestin.com
Credit goes to github.com

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

Commit cbe48aa

Browse files
authored
chore: bump version to 1.0.17 in README.md files
1 parent f7f9c8b commit cbe48aa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

code-server/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Automatically install [code-server](https://github.com/coder/code-server) in a w
1414
```tf
1515
module "code-server" {
1616
source = "registry.coder.com/modules/code-server/coder"
17-
version = "1.0.16"
17+
version = "1.0.17"
1818
agent_id = coder_agent.example.id
1919
}
2020
```
@@ -28,7 +28,7 @@ module "code-server" {
2828
```tf
2929
module "code-server" {
3030
source = "registry.coder.com/modules/code-server/coder"
31-
version = "1.0.16"
31+
version = "1.0.17"
3232
agent_id = coder_agent.example.id
3333
install_version = "4.8.3"
3434
}
@@ -41,7 +41,7 @@ Install the Dracula theme from [OpenVSX](https://open-vsx.org/):
4141
```tf
4242
module "code-server" {
4343
source = "registry.coder.com/modules/code-server/coder"
44-
version = "1.0.16"
44+
version = "1.0.17"
4545
agent_id = coder_agent.example.id
4646
extensions = [
4747
"dracula-theme.theme-dracula"
@@ -58,7 +58,7 @@ Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarte
5858
```tf
5959
module "code-server" {
6060
source = "registry.coder.com/modules/code-server/coder"
61-
version = "1.0.16"
61+
version = "1.0.17"
6262
agent_id = coder_agent.example.id
6363
extensions = ["dracula-theme.theme-dracula"]
6464
settings = {
@@ -74,7 +74,7 @@ Just run code-server in the background, don't fetch it from GitHub:
7474
```tf
7575
module "code-server" {
7676
source = "registry.coder.com/modules/code-server/coder"
77-
version = "1.0.16"
77+
version = "1.0.17"
7878
agent_id = coder_agent.example.id
7979
extensions = ["dracula-theme.theme-dracula", "ms-azuretools.vscode-docker"]
8080
}
@@ -89,7 +89,7 @@ Run an existing copy of code-server if found, otherwise download from GitHub:
8989
```tf
9090
module "code-server" {
9191
source = "registry.coder.com/modules/code-server/coder"
92-
version = "1.0.16"
92+
version = "1.0.17"
9393
agent_id = coder_agent.example.id
9494
use_cached = true
9595
extensions = ["dracula-theme.theme-dracula", "ms-azuretools.vscode-docker"]
@@ -101,7 +101,7 @@ Just run code-server in the background, don't fetch it from GitHub:
101101
```tf
102102
module "code-server" {
103103
source = "registry.coder.com/modules/code-server/coder"
104-
version = "1.0.16"
104+
version = "1.0.17"
105105
agent_id = coder_agent.example.id
106106
offline = true
107107
}

0 commit comments

Comments
 (0)