@lvce-editor/explorer-view 5.24.0 → 5.25.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.
@@ -1339,6 +1339,9 @@ const sendMessagePortToSourceControlWorker = async port => {
1339
1339
  const command = 'SourceControl.handleMessagePort';
1340
1340
  await invokeAndTransfer('SendMessagePortToExtensionHostWorker.sendMessagePortToSourceControlWorker', port, command, 0);
1341
1341
  };
1342
+ const openUri$1 = async (uri, focus, options) => {
1343
+ await invoke$2('Main.openUri', uri, focus, options);
1344
+ };
1342
1345
 
1343
1346
  const {
1344
1347
  invoke: invoke$1,
@@ -1764,7 +1767,7 @@ const mergeTrees = (a, b) => {
1764
1767
  };
1765
1768
 
1766
1769
  const openUri = async (uri, focus) => {
1767
- await invoke$2(/* Main.openAbsolutePath */'Main.openUri', /* absolutePath */uri, /* focus */focus);
1770
+ await openUri$1(uri, /* focus */focus);
1768
1771
  };
1769
1772
 
1770
1773
  const refreshWorkspace = async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/explorer-view",
3
- "version": "5.24.0",
3
+ "version": "5.25.0",
4
4
  "description": "Explorer Worker",
5
5
  "repository": {
6
6
  "type": "git",