We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65fa56 commit 421deb8Copy full SHA for 421deb8
src/shared/globalState.ts
@@ -480,8 +480,6 @@ export const globalSettingsSchema = z.object({
480
enhancementApiConfigId: z.string().optional(),
481
})
482
483
-type Key = "vsCodeLmModelSelector"
484
-
485
// Throws a type error if the inferred type of the globalSettingsSchema is not
486
// equal to GlobalSettings.
487
type _AssertGlobalSettings = AssertEqual<Equals<GlobalSettings, z.infer<typeof globalSettingsSchema>>>
0 commit comments