@lvce-editor/source-control-worker 2.3.0 → 2.4.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.
|
@@ -1629,7 +1629,8 @@ const create2 = (id, uri, x, y, width, height, workspacePath) => {
|
|
|
1629
1629
|
inputBoxMaxHeight: 214,
|
|
1630
1630
|
history: [],
|
|
1631
1631
|
viewMode: 1,
|
|
1632
|
-
iconDefinitions: []
|
|
1632
|
+
iconDefinitions: [],
|
|
1633
|
+
decorationIcons: []
|
|
1633
1634
|
};
|
|
1634
1635
|
set$1(id, state, state);
|
|
1635
1636
|
};
|
|
@@ -2132,10 +2133,12 @@ const loadContent = async (state, savedState) => {
|
|
|
2132
2133
|
...state,
|
|
2133
2134
|
actionsCache,
|
|
2134
2135
|
allGroups,
|
|
2136
|
+
decorationIcons: iconDefinitions,
|
|
2135
2137
|
enabledProviderIds,
|
|
2136
2138
|
fileIconCache: newFileIconCache,
|
|
2137
2139
|
finalDeltaY,
|
|
2138
2140
|
gitRoot,
|
|
2141
|
+
iconDefinitions,
|
|
2139
2142
|
inputBoxHeight,
|
|
2140
2143
|
inputPlaceholder,
|
|
2141
2144
|
inputValue,
|