We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e2d0b commit c2a5b8aCopy full SHA for c2a5b8a
packages/api/src/lib/file-system/file-panel/profile.ts
@@ -8,6 +8,6 @@ export const filePanelProfile: Profile<IFilePanel> & LocationProfile = {
8
location: "sidePanel",
9
documentation: "",
10
version: "0.0.1",
11
- methods: ['getCurrentWorkspace', 'getWorkspaces', 'createWorkspace', 'renameWorkspace', 'registerContextMenuItem'],
+ methods: ['getCurrentWorkspace', 'getWorkspaces', 'createWorkspace', 'renameWorkspace', 'registerContextMenuItem', 'deleteWorkspace'],
12
events: ['setWorkspace', 'renameWorkspace', 'deleteWorkspace', 'createWorkspace', 'customAction']
13
};
0 commit comments