feat: allow secret workbench resources

This commit is contained in:
2026-06-29 20:44:02 +08:00
parent f4f79cf1d0
commit e2d07145d6
5 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -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 {
+1 -1
View File
File diff suppressed because one or more lines are too long