Skip to content

Commit ac8653e

Browse files
chore(Wind): Regenerate command and service catalogs for upstream sync
Update the generated metadata in CommandCatalog.ts and ServiceCatalog.ts to reflect the latest upstream VS Code source changes. Increment the catalog version identifiers from '2026-05-18' to '2026-05-19' and update the total counts (545 commands, 492 services). This artifact regeneration ensures the Wind UI service layer remains synchronized with the modified `Dependency/Microsoft/Dependency/Editor` definitions.
1 parent f75ed46 commit ac8653e

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-18" as const;
26+
export const CommandCatalogVersion = "2026-05-19" as const;
2727

2828
export const CommandCatalogTotal = 545 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-18" as const;
22+
export const ServiceCatalogVersion = "2026-05-19" as const;
2323

2424
export const ServiceCatalogTotal = 492 as const;
2525

0 commit comments

Comments
 (0)