Add save actions and cross-platform file manager support (#848)
* files-download-feature * feat: add save option to file directory context menus and viewer * fix: open files in the system file manager
This commit is contained in:
@@ -521,6 +521,7 @@ export interface FilesAPI {
|
||||
rename?(oldPath: string, newPath: string): Promise<{ success: boolean; path: string }>;
|
||||
revealPath?(path: string): Promise<{ success: boolean }>;
|
||||
execCommands?(commands: string[], cwd: string): Promise<{ success: boolean; results: CommandExecResult[] }>;
|
||||
downloadFile?(path: string): Promise<void>;
|
||||
}
|
||||
|
||||
export interface ProjectEntry {
|
||||
|
||||
Reference in New Issue
Block a user