@zhangfengshun/dsh-remote-ssh 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @zhangfengshun/dsh-remote-ssh
2
2
 
3
+ [English](./README_EN.md) | 中文
4
+
3
5
  类 **VSCode Remote-SSH** 的 **DSH** 插件:通过 SSH 连接远程超算 / 服务器,在 DSH 内置「文件」「终端」页签中直接操作远程文件和终端。
4
6
 
5
7
  ## 功能
@@ -52,10 +54,6 @@ dsh plugin --profile <name> add @zhangfengshun/dsh-remote-ssh@2.1.0
52
54
 
53
55
  Shell wrapper(`~/.dsh/remote-ssh/dsh-remote-shell[.cmd]`)检测工作区 `.remote-ssh.json`,自动 `ssh -tt` 连接远程,使内置「终端」页签透明接入。
54
56
 
55
- ## 许可证
56
-
57
- [MIT](./LICENSE)
58
-
59
57
  ## ❤️ 七夕快乐
60
58
 
61
59
  本项目是送给 **zhangyi** 的七夕礼物。
@@ -63,3 +61,7 @@ Shell wrapper(`~/.dsh/remote-ssh/dsh-remote-shell[.cmd]`)检测工作区 `.r
63
61
  愿它像连接起一台台远方的超算一样,也把我们紧紧连在一起。七夕快乐 ❤️
64
62
 
65
63
  —— 2026 年 8 月 18 日
64
+
65
+ ## 许可证
66
+
67
+ [MIT](./LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhangfengshun/dsh-remote-ssh",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "DSH web plugin: VSCode Remote-SSH-like remote development (SSH to supercomputers/servers, remote workspace, file explorer, integrated terminal), integrated with dsh-better-sidebar and DSH settings.",
5
5
  "keywords": [
6
6
  "dsh",