@zhangfengshun/dsh-remote-ssh 2.0.9 → 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.
- package/README.md +7 -6
- 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
|
## 功能
|
|
@@ -11,12 +13,11 @@
|
|
|
11
13
|
| 💻 远程终端 | 内置「终端」页签自动检测远程工作区,SSH 交互式终端 |
|
|
12
14
|
| 🌐 远程工作区 | 选择远程目录创建原生工作区,一键进入远程环境 |
|
|
13
15
|
| 🤖 模型工具 | 12 个 `remote_ssh_*` 工具,会话感知免填连接参数 |
|
|
14
|
-
| 🌍 双语 | 中英文界面 + 工具描述,跟随 DSH 语言自动切换 |
|
|
15
16
|
|
|
16
17
|
## 安装
|
|
17
18
|
|
|
18
19
|
```bash
|
|
19
|
-
dsh plugin --profile <name> add @zhangfengshun/dsh-remote-ssh@2.0
|
|
20
|
+
dsh plugin --profile <name> add @zhangfengshun/dsh-remote-ssh@2.1.0
|
|
20
21
|
```
|
|
21
22
|
|
|
22
23
|
> 安装后需**重启 DSH**。`@zhangfengshun/dsh-remote-ssh` 必须在 bundles 列表中排在 `dsh-better-sidebar` **之后**。
|
|
@@ -53,10 +54,6 @@ dsh plugin --profile <name> add @zhangfengshun/dsh-remote-ssh@2.0.8
|
|
|
53
54
|
|
|
54
55
|
Shell wrapper(`~/.dsh/remote-ssh/dsh-remote-shell[.cmd]`)检测工作区 `.remote-ssh.json`,自动 `ssh -tt` 连接远程,使内置「终端」页签透明接入。
|
|
55
56
|
|
|
56
|
-
## 许可证
|
|
57
|
-
|
|
58
|
-
[MIT](./LICENSE)
|
|
59
|
-
|
|
60
57
|
## ❤️ 七夕快乐
|
|
61
58
|
|
|
62
59
|
本项目是送给 **zhangyi** 的七夕礼物。
|
|
@@ -64,3 +61,7 @@ Shell wrapper(`~/.dsh/remote-ssh/dsh-remote-shell[.cmd]`)检测工作区 `.r
|
|
|
64
61
|
愿它像连接起一台台远方的超算一样,也把我们紧紧连在一起。七夕快乐 ❤️
|
|
65
62
|
|
|
66
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.
|
|
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",
|