Skip to content

Commit 2058856

Browse files
feat(Wind): Regenerate service and command catalogs
Update the generated TypeScript definitions in the Wind UI service layer to reflect the latest upstream VS Code interface state. This process involves refreshing the `CommandCatalog` and `ServiceCatalog` artifacts located in `Source/Effect/Generated`. Key modifications: - Incremented `CommandCatalogVersion` and `ServiceCatalogVersion` from `2026-05-13` to `2026-05-14`. - Confirmed `CommandCatalogTotal` at 547 commands. - Confirmed `ServiceCatalogTotal` at 490 services. This ensures the Wind layer remains synchronized with the current `Dependency/Microsoft/Dependency/Editor` upstream registry.
1 parent aa30850 commit 2058856

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

2828
export const CommandCatalogTotal = 547 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-13" as const;
22+
export const ServiceCatalogVersion = "2026-05-14" as const;
2323

2424
export const ServiceCatalogTotal = 490 as const;
2525

0 commit comments

Comments
 (0)