@lvce-editor/source-control-worker 2.7.0 → 2.8.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.
@@ -1726,7 +1726,7 @@ const executeProvider = async ({
1726
1726
  };
1727
1727
 
1728
1728
  const CommandExecute = 'ExtensionHostCommand.executeCommand';
1729
- const SourceControlGetFileDecorations = 'ExtensionHost.sourceControlFileDecorations';
1729
+ const SourceControlGetFileDecorations = 'ExtensionHostSourceControl.getFileDecorations';
1730
1730
  const SourceControlGetEnabledProviderIds = 'ExtensionHostSourceControl.getEnabledProviderIds';
1731
1731
  const SourceControlGetFileBefore = 'ExtensionHostSourceControl.getFileBefore';
1732
1732
  const SourceControlGetGroups = 'ExtensionHostSourceControl.getGroups';
@@ -3016,9 +3016,9 @@ const viewAsTree = state => {
3016
3016
  const commandMap = {
3017
3017
  'Initialize.initialize': initialize,
3018
3018
  'SourceControl.create2': create2,
3019
- 'SourceControl.handleMessagePort': handleMessagePort,
3020
3019
  'SourceControl.diff2': diff2,
3021
3020
  'SourceControl.getCommandIds': getCommandIds,
3021
+ 'SourceControl.getEnabledProviderIds': getEnabledProviderIds,
3022
3022
  'SourceControl.getFileDecorations': getFileDecorations,
3023
3023
  'SourceControl.getInfo': getInfo,
3024
3024
  'SourceControl.handleButtonClick': wrapCommand(handleButtonClick),
@@ -3027,6 +3027,7 @@ const commandMap = {
3027
3027
  'SourceControl.handleContextMenu': wrapCommand(handleContextMenu),
3028
3028
  'SourceControl.handleFocus': wrapCommand(handleFocus),
3029
3029
  'SourceControl.handleInput': wrapCommand(handleInput),
3030
+ 'SourceControl.handleMessagePort': handleMessagePort,
3030
3031
  'SourceControl.handleMouseOut': wrapCommand(handleMouseOut),
3031
3032
  'SourceControl.handleMouseOutAt': wrapCommand(handleMouseOutAt),
3032
3033
  'SourceControl.handleMouseOver': wrapCommand(handleMouseOver),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/source-control-worker",
3
- "version": "2.7.0",
3
+ "version": "2.8.0",
4
4
  "description": "Source Control Worker",
5
5
  "keywords": [
6
6
  "Lvce Editor"