🐛 fix(vscode): 改动 tab 默认统一视图并保留阅读位置

This commit is contained in:
2026-07-25 11:08:48 +08:00
parent 84a5cda8d2
commit d68603ee06
9 changed files with 213 additions and 20 deletions
+8
View File
@@ -588,6 +588,14 @@ export class KanbanWebviewPanel {
void prFiles.handleSetPrReviewConfirmed(this, msg)
return
}
if (msg.type === 'pr-diff-mode/get') {
prFiles.handleGetPrDiffMode(this)
return
}
if (msg.type === 'pr-diff-mode/set') {
void prFiles.handleSetPrDiffMode(this, msg.mode)
return
}
}
// internal: handler 模块访问