fix: launch review 0.5.8 (#5367)

This commit is contained in:
Mathias Mogensen
2024-05-21 11:34:36 +02:00
committed by GitHub
parent b7bc847107
commit b2978e0d6c
19 changed files with 365 additions and 145 deletions

View File

@ -12,7 +12,7 @@ pub enum FolderNotification {
Unknown = 0,
/// Trigger after creating a workspace
DidCreateWorkspace = 1,
// /// Trigger after updating a workspace
/// Trigger after updating a workspace
DidUpdateWorkspace = 2,
DidUpdateWorkspaceViews = 3,