Skip to content

Commit f81afc0

Browse files
committed
update README with new vscodium download url
1 parent fe29691 commit f81afc0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Modify the following entries in the plugin settings:
5858
```
5959
"remote.SSH.experimental.modifyMatchingCommit": true,
6060
"remote.SSH.experimental.serverBinaryName": "codium-server",
61+
"remote.SSH.serverDownloadUrlTemplate": "https://github.com/VSCodium/vscodium/releases/download/${version}.${release}/vscodium-reh-${os}-${arch}-${version}${release}.tar.gz",
6162
```
6263

6364
Additionally, you may need to change the `vscodiumReleaseNumber`.
@@ -78,3 +79,10 @@ If left empty, it will pick the latest release:
7879
```
7980
"remote.SSH.experimental.vscodiumReleaseNumber": "",
8081
```
82+
83+
Starting with VSCodium version 1.99.0, the `release` number is not separated from the `version` by a dot `.` anymore. Therefore "remote.SSH.serverDownloadUrlTemplate" needs to be filled with the new scheme.
84+
Before 1.99.0, it can be left empty or one should use the old scheme:
85+
86+
```
87+
"remote.SSH.serverDownloadUrlTemplate": "https://github.com/VSCodium/vscodium/releases/download/${version}.${release}/vscodium-reh-${os}-${arch}-${version}.${release}.tar.gz",
88+
```

0 commit comments

Comments
 (0)