Add OpenIn dropdown behavior to files editor OpenIn button (#581)
* style: use outlined Open In file transfer icon * feat: add Open In dropdown to files editor toolbar
This commit is contained in:
@@ -30,6 +30,7 @@ export const OPEN_IN_APPS: OpenInApp[] = [
|
||||
];
|
||||
|
||||
export const DEFAULT_OPEN_IN_APP_ID = 'finder';
|
||||
export const OPEN_IN_ALWAYS_AVAILABLE_APP_IDS = new Set(['finder', 'terminal']);
|
||||
export const OPEN_DIRECTORY_APP_IDS = new Set(['finder', 'terminal', 'iterm2', 'ghostty']);
|
||||
|
||||
export const getOpenInAppById = (id: string | null | undefined): OpenInApp | null => {
|
||||
|
||||
Reference in New Issue
Block a user