refactor(flags): route session workspaces through runtime flags (#27335)

This commit is contained in:
Shoubhit Dash 2026-05-13 20:14:40 +05:30 committed by GitHub
commit eed0eddc63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 39 additions and 18 deletions

View file

@ -34,6 +34,7 @@ describe("RuntimeFlags", () => {
expect(flags.experimentalLspTool).toBe(true)
expect(flags.experimentalPlanMode).toBe(true)
expect(flags.experimentalEventSystem).toBe(true)
expect(flags.experimentalWorkspaces).toBe(true)
expect(flags.client).toBe("desktop")
}),
)