dsh-vscode-mode 0.5.0 → 0.5.2

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 CHANGED
@@ -347,13 +347,13 @@ TortoiseSVN(`TortoiseProc.exe`)仅作 Windows 过渡增强:自研能力覆
347
347
 
348
348
  ```bash
349
349
  # ① Git 安装(clone + prepare 构建;推荐打固定 tag)
350
- dsh plugin --profile web add github:Lenonss/DSH_VsCodeMode#v0.5.0
350
+ dsh plugin --profile web add github:Lenonss/DSH_VsCodeMode#v0.5.2
351
351
 
352
352
  # ② npm 注册表(发布到 npm 后)
353
353
  dsh plugin --profile web add dsh-vscode-mode
354
354
 
355
355
  # ③ GitHub Release tgz 直装
356
- dsh plugin --profile web add https://github.com/Lenonss/DSH_VsCodeMode/releases/download/v0.5.0/dsh-vscode-mode-0.5.0.tgz
356
+ dsh plugin --profile web add https://github.com/Lenonss/DSH_VsCodeMode/releases/download/v0.5.2/dsh-vscode-mode-0.5.2.tgz
357
357
  ```
358
358
 
359
359
  > `dsh plugin ...` 是 pnpm 转发器:git 安装会克隆仓库、执行该包 `prepare` 脚本
@@ -640,6 +640,19 @@ Keep All / Undo All 却是亮的。修复:单文件 Keep / Undo 覆盖冲突
640
640
  完整变更见 [GitHub Releases](https://github.com/Lenonss/DSH_VsCodeMode/releases)。
641
641
  近期关键版本:
642
642
 
643
+ - **v0.5.2**:**修复 macOS / npm 安装形态的兼容问题**——① schema 库按候选链解析
644
+ (官方已把 vendored schemastery 改名为 `@deepseek-ai/schemastery`,安装树里没有裸
645
+ `schemastery`),且 `@deepseek-ai/dsh-settings` 缺失不再拖垮整体 → 修复从 npm 安装时
646
+ 「设置 section 尚未装配 / 设置持久化未安装」(开发形态因有 devDependency 副本而不复现);
647
+ ② VSIX 解包保留归档自带 Unix 执行位并按入口名兜底补 0o755 → 修复 macOS/Linux 上语言
648
+ 服务器 spawn `EACCES` 起不来;③ 删除新建文件按平台分派删除命令(macOS/Linux 不再先试
649
+ PowerShell 再回落)。
650
+ - **v0.5.1**:**适配 DSH 0.1.6-alpha.2**——会话作用域三级取值链(`uiSession.current`
651
+ 优先,兼容旧版 `sessions.list.current`;修复官方移除 `current` 后 Monaco 预热 / LSP
652
+ 同步 / 编辑 Tab 恢复 / 文件链接静默失效);Office 与官方「不可预览」后缀让位官方
653
+ 查看器;页签路径统一为工作区相对路径(差异栏跳转与资源管理器显示形态一致,并修复
654
+ 连带的「在资源管理器视图中显示」失效与重复页签);插件重载时注销 Monaco provider
655
+ 防止重复注册;peer 依赖清理与预发布区间修正。
643
656
  - **v0.5.0**:**SVN 集成**——侧栏变更面板与状态徽标、自研日志弹窗(过滤 / 排序 /
644
657
  多选比较 / 区间 / Stop on copy / Include merged revisions / Statistics)、
645
658
  并排差异(基线 / 版本间 / 与工作副本)、诊断日志查看器。