설치
npx -y @deepseek-ai/dsh plugin --profile web add github:Tlyer233/dsh-vscode-review이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.
README
유지 관리자가 작성한 문서 스냅샷입니다.
dsh-vscode-review

一个仓库装齐 dsh 插件 + VS Code 插件。

| 文件夹 | 内容 | 说明 |
|---|---|---|
packages/ | dsh-review + dsh-review-changes | dsh 侧:journal / 工具 / Review Changes 面板 |
vscode_dsh_plugin/ | VS Code 扩展 + VSIX | VS Code 内联 diff + 右侧 dsh 面板 |
一键安装(同时安装 dsh 和 VS Code)
git clone --recurse-submodules https://github.com/Tlyer233/dsh-vscode-review.git
cd dsh-vscode-review
./install.sh
Windows PowerShell:
git clone https://github.com/Tlyer233/dsh-vscode-review.git
cd dsh-vscode-review
.\install.ps1
脚本会依次:
dsh plugin --profile web add ./packages/dsh-reviewdsh plugin --profile web add ./packages/dsh-review-changescode --install-extension ./vscode_dsh_plugin/dsh-review-vscode-0.1.0.vsix --force
完成后:
- 重启 dsh web;
- VSCode 执行
Developer: Reload Window。
手动安装
dsh 侧:
dsh plugin --profile web add ./packages/dsh-review
dsh plugin --profile web add ./packages/dsh-review-changes
VS Code 侧:
code --install-extension ./vscode_dsh_plugin/dsh-review-vscode-0.1.0.vsix --force
代理重启(VS Code 扩展)
扩展提供 dsh: Restart dsh (proxy)(侧边栏黄色刷新按钮):带 HTTPS_PROXY 环境变量重启 dsh,
使 opencode.ai 等按出口 IP 判定区域的模型(如 gpt-5.6)走梯子代理。
代理端口在 VSCode 设置 dshReview.proxyPort 配置(默认 7897,127.0.0.1)。
升级 / 卸载
dsh plugin --profile web update @dsn/dsh-review review-changes
dsh plugin --profile web remove @dsn/dsh-review review-changes
License
MIT
프로젝트 파일 및 신호
표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.
저장소 정보
- 언어
- JavaScript
- 라이선스
- 보고되지 않음
- 마지막 업데이트
- 2026. 8. 17. 오후 1:57
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.