Skip to content

Commit c2a5b8a

Browse files
author
bunsenstraat
committed
update profile
1 parent 08e2d0b commit c2a5b8a

File tree

1 file changed

+1
-1
lines changed
  • packages/api/src/lib/file-system/file-panel

1 file changed

+1
-1
lines changed

packages/api/src/lib/file-system/file-panel/profile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ export const filePanelProfile: Profile<IFilePanel> & LocationProfile = {
88
location: "sidePanel",
99
documentation: "",
1010
version: "0.0.1",
11-
methods: ['getCurrentWorkspace', 'getWorkspaces', 'createWorkspace', 'renameWorkspace', 'registerContextMenuItem'],
11+
methods: ['getCurrentWorkspace', 'getWorkspaces', 'createWorkspace', 'renameWorkspace', 'registerContextMenuItem', 'deleteWorkspace'],
1212
events: ['setWorkspace', 'renameWorkspace', 'deleteWorkspace', 'createWorkspace', 'customAction']
1313
};

0 commit comments

Comments
 (0)