dsh-vscode-mode 0.4.5 → 0.4.6
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 +553 -407
- package/lib/client.js +0 -2
- package/lib/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client/sidebar/panels/FileExplorer.ts +0 -2
package/lib/client.js
CHANGED
|
@@ -14325,8 +14325,6 @@ window.__ModuleLoader__.load({
|
|
|
14325
14325
|
const reloadDirRef = react.default.useRef(null);
|
|
14326
14326
|
const changedTimerRef = react.default.useRef(null);
|
|
14327
14327
|
const changedRelRef = react.default.useRef(/* @__PURE__ */ new Set());
|
|
14328
|
-
const dirsMapRef = react.default.useRef(null);
|
|
14329
|
-
dirsMapRef.current = loadDir;
|
|
14330
14328
|
/** 渲染取数:内存态 → 本地条目缓存 → null(显示加载态)。 */
|
|
14331
14329
|
const entriesOf = (rel) => dirsRef.current[rel] ?? entriesCacheGet(scope, rel) ?? null;
|
|
14332
14330
|
/** 预取子目录:≤4 个、排除重型目录、缓存新鲜跳过、已加载跳过、不级联。 */
|