dsh-open-workspace-folder
其他 活跃维护

dsh-open-workspace-folder

Hanihahaha/dsh-open-workspace-folder

为Web端工作区溢出菜单新增在文件资源管理器中显示选项,点击即可直接调用对应工作区API打开本地文件夹,无需手动查找路径,操作更便捷。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
None
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:Hanihahaha/dsh-open-workspace-folder
git clone https://github.com/Hanihahaha/dsh-open-workspace-folder.git
git clone git@github.com:Hanihahaha/dsh-open-workspace-folder.git
README.md main

dsh-open-workspace-folder

中文

Adds 在文件资源管理器中显示 to every workspace overflow menu in DeepSeek Harness Web. Selecting it invokes the Harness workspaces.openPath() API, which opens the workspace directory in the host operating system's default file manager.

Install

# Run from the repository root.
dsh plugin --profile web add ".\dsh-open-workspace-folder"

Restart dsh web after installation, then refresh http://127.0.0.1:3080. The package is linked from the current workspace into the selected profile, so the configuration persists across later dsh web restarts.

Implementation Note

The current ui-workspace package does not expose a slot for workspace overflow-menu entries. The client adapter observes only the two-item workspace menu, clones its native Rename row styling, and resolves the target path from the stable workspace row order and the live workspace snapshot. It does not resolve a workspace from its display title, so duplicate titles remain safe.