dsh-vscode-mode 0.1.23 → 0.1.26
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 +8 -5
- package/lib/client.js +409 -30
- package/lib/client.js.map +1 -1
- package/lib/index.js +23 -2
- package/lib/index.js.map +1 -1
- package/package.json +4 -1
- package/src/client/monaco/diffRender.ts +3 -0
- package/src/client/sidebar/panels/FileExplorer.ts +42 -2
- package/src/client/state/explorerCache.ts +112 -0
- package/src/client/state/viewStateCache.ts +119 -0
- package/src/client/styles/editor.css +1 -0
- package/src/client/ui/ContextMenu.ts +37 -12
- package/src/client/ui/EditorView.ts +88 -4
- package/src/client/ui/menuPosition.ts +63 -0
- package/src/routes.ts +18 -2
- package/src/rpc.ts +7 -1
package/README.md
CHANGED
|
@@ -25,12 +25,15 @@
|
|
|
25
25
|
|
|
26
26
|
## 界面截图
|
|
27
27
|
|
|
28
|
-

|
|
29
29
|
|
|
30
|
-
> dsh-vscode-mode
|
|
31
|
-
>
|
|
32
|
-
>
|
|
33
|
-
|
|
30
|
+
> dsh-vscode-mode 侧边栏编辑形态:betterSidebar 右侧栏内的 Monaco 文件编辑器与中央 AI 对话同屏,
|
|
31
|
+
> 差异条统一挂在对话输入框上方的原生 dock(编辑器未打开=「差异 N 个文件 · 查看下一个」,
|
|
32
|
+
> 打开后=完整 Keep / Undo 操作条)。
|
|
33
|
+
|
|
34
|
+

|
|
35
|
+
|
|
36
|
+

|
|
34
37
|
|
|
35
38
|
## 安装(官方 `dsh plugin` 方式,三选一)
|
|
36
39
|
|