@lvce-editor/extension-host-worker 5.37.0 → 5.37.1
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.
|
@@ -3170,7 +3170,7 @@ const getEnabledProviderIds = async (scheme, root) => {
|
|
|
3170
3170
|
};
|
|
3171
3171
|
const getIconDefinitions = async providerId => {
|
|
3172
3172
|
const extensions = await getExtensions();
|
|
3173
|
-
const allExtensions = [...extensions, state$9.webExtensions];
|
|
3173
|
+
const allExtensions = [...extensions, ...state$9.webExtensions];
|
|
3174
3174
|
for (const extension of allExtensions) {
|
|
3175
3175
|
const id = extension.id.split('.');
|
|
3176
3176
|
const shortId = id[1];
|