removed redundant globalstatekey

This commit is contained in:
pashpashpash 2025-01-22 17:03:11 -08:00
parent a3b3533377
commit 977d81dc3b
2 changed files with 1 additions and 27 deletions

View file

@ -47,7 +47,7 @@ type SecretKey =
| "mistralApiKey"
| "authToken"
| "authNonce"
type GlobalStateKey =
export type GlobalStateKey =
| "apiProvider"
| "apiModelId"
| "awsRegion"

View file

@ -45,32 +45,6 @@ export interface ExtensionMessage {
mcpServers?: McpServer[]
}
export type GlobalStateKey =
| "apiProvider"
| "apiModelId"
| "awsRegion"
| "awsUseCrossRegionInference"
| "vertexProjectId"
| "vertexRegion"
| "lastShownAnnouncementId"
| "customInstructions"
| "taskHistory"
| "openAiBaseUrl"
| "openAiModelId"
| "ollamaModelId"
| "ollamaBaseUrl"
| "lmStudioModelId"
| "lmStudioBaseUrl"
| "anthropicBaseUrl"
| "azureApiVersion"
| "openRouterModelId"
| "openRouterModelInfo"
| "autoApprovalSettings"
| "browserSettings"
| "chatSettings"
| "vsCodeLmModelSelector"
| "userInfo"
export interface ExtensionState {
version: string
apiConfiguration?: ApiConfiguration