Skip to content

Commit

Permalink
fix: lint issue (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Dec 20, 2023
1 parent cbacfe5 commit 2120220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export interface AppConfig {
environmentStatusBarItemErrorEnvs?: Array<string>;
environmentShowStatusBarItem?: boolean;
environmentPickMany?: boolean;
responseStorage: 'global' | 'workspace' | 'file' | 'none';
responseStorage?: 'global' | 'workspace' | 'file' | 'none';
responseStorageLocation?: string;
responseViewHeader?: Array<string>;
responseViewContent?: ResponseViewContent;
Expand Down

0 comments on commit 2120220

Please sign in to comment.