Skip to content

Commit 9b89534

Browse files
chore(Wind): Update generated catalog version to 2026-05-16
Refresh the auto-generated command and service catalogs in `Source/Effect/Generated/` to reflect the latest definitions from the upstream VS Code workbench. The `CommandCatalogVersion` and `ServiceCatalogVersion` constants are bumped from "2026-05-15" to "2026-05-16". The `CommandCatalogTotal` (546) and `ServiceCatalogTotal` (490) counts are updated accordingly. These files are generated artifacts used by the Wind service layer to enforce strict typing for IPC commands and service contracts.
1 parent 333c302 commit 9b89534

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Source/Effect/Generated/CommandCatalog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface CommandCatalogEntry {
2323
readonly HasKeybinding: boolean;
2424
}
2525

26-
export const CommandCatalogVersion = "2026-05-15" as const;
26+
export const CommandCatalogVersion = "2026-05-16" as const;
2727

2828
export const CommandCatalogTotal = 546 as const;
2929

Source/Effect/Generated/ServiceCatalog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export interface ServiceCatalogEntry {
1919
readonly MemberCount: number;
2020
}
2121

22-
export const ServiceCatalogVersion = "2026-05-15" as const;
22+
export const ServiceCatalogVersion = "2026-05-16" as const;
2323

2424
export const ServiceCatalogTotal = 490 as const;
2525

0 commit comments

Comments
 (0)