Skip to content

Commit 421deb8

Browse files
committed
Remove unused type
1 parent f65fa56 commit 421deb8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/shared/globalState.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,6 @@ export const globalSettingsSchema = z.object({
480480
enhancementApiConfigId: z.string().optional(),
481481
})
482482

483-
type Key = "vsCodeLmModelSelector"
484-
485483
// Throws a type error if the inferred type of the globalSettingsSchema is not
486484
// equal to GlobalSettings.
487485
type _AssertGlobalSettings = AssertEqual<Equals<GlobalSettings, z.infer<typeof globalSettingsSchema>>>

0 commit comments

Comments
 (0)