@lvce-editor/explorer-view 1.13.0 → 1.15.0
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.
|
@@ -3243,7 +3243,7 @@ const getSavedRoot$1 = (savedState, workspacePath) => {
|
|
|
3243
3243
|
return workspacePath;
|
|
3244
3244
|
};
|
|
3245
3245
|
const loadContent = async (state, savedState) => {
|
|
3246
|
-
const useChevrons =
|
|
3246
|
+
const useChevrons = false;
|
|
3247
3247
|
const workspacePath = await getWorkspacePath();
|
|
3248
3248
|
const root = getSavedRoot$1(savedState, workspacePath);
|
|
3249
3249
|
// TODO path separator could be restored from saved state
|