Skip to content

Commit acf6689

Browse files
committed
add note to readme for vscode-oss users
1 parent a56f693 commit acf6689

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,20 @@ sudo apk add bash libstdc++
4848
## SSH configuration file
4949

5050
[OpenSSH](https://www.openssh.com/) supports using a [configuration file](https://linuxize.com/post/using-the-ssh-config-file/) to store all your different SSH connections. To use an SSH config file, run the `Remote-SSH: Open SSH Configuration File...` command.
51+
52+
## Note for VSCode-OSS users
53+
54+
If you are using VSCode-OSS instead of VSCodium, you need some extra steps to make it work.
55+
56+
Mainly, VSCodium versions have an extra `release` part that you need to provide for the plugin to download
57+
the appropriate version. For this, look for the release number associated with your version of VSCode
58+
in the [release page](https://github.com/VSCodium/vscodium/releases/).
59+
For instance, for VSCode version "1.96.0", the (last) VSCodium release number is "24352".
60+
61+
Then, in the plugin settings, modify the following entries:
62+
63+
```
64+
"remote.SSH.experimental.modifyMatchingCommit": true,
65+
"remote.SSH.experimental.serverBinaryName": "codium-server",
66+
"remote.SSH.vscodiumReleaseNumber": "<vscodium-release>",
67+
```

0 commit comments

Comments
 (0)