feat: allow secret workbench resources
This commit is contained in:
Vendored
+1
-1
@@ -181,7 +181,7 @@ export interface ContributionStatusBarItem {
|
||||
position?: 'left' | 'right';
|
||||
handler?: string;
|
||||
}
|
||||
export type OpenResourceKind = 'vault-file';
|
||||
export type OpenResourceKind = 'vault-file' | 'secret';
|
||||
export type OpenResourceMode = 'view' | 'edit';
|
||||
export type OpenResourceContextName = 'generic-text' | 'generic-markdown' | 'notes-markdown' | string;
|
||||
export interface OpenProviderSupport {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user