We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da45bf commit 6b30745Copy full SHA for 6b30745
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.0.48
2
+- Support `%n` in ProxyCommand
3
+- fix: add missing direct @types/ssh2-stream dependency (#177)
4
+- fix Win32 internal error (#178)
5
+
6
## 0.0.47
7
- Add support for loong64 (#175)
8
- Add s390x support (#174)
package.json
@@ -2,7 +2,7 @@
"name": "open-remote-ssh",
"displayName": "Open Remote - SSH",
"description": "Use any remote machine with a SSH server as your development environment.",
- "version": "0.0.47",
+ "version": "0.0.48",
"publisher": "jeanp413",
"repository": {
"type": "git",
0 commit comments