diff --git a/src/config.ts b/src/config.ts index 4c6a329..9f4a2c7 100644 --- a/src/config.ts +++ b/src/config.ts @@ -58,7 +58,7 @@ export interface AppConfig { environmentStatusBarItemErrorEnvs?: Array; environmentShowStatusBarItem?: boolean; environmentPickMany?: boolean; - responseStorage: 'global' | 'workspace' | 'file' | 'none'; + responseStorage?: 'global' | 'workspace' | 'file' | 'none'; responseStorageLocation?: string; responseViewHeader?: Array; responseViewContent?: ResponseViewContent;