You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,3 +48,20 @@ sudo apk add bash libstdc++
48
48
## SSH configuration file
49
49
50
50
[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:
0 commit comments