mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Don't have 'show local' button in open dialog when remote
Fixes #110264
This commit is contained in:
@@ -38,7 +38,8 @@ export class MainThreadDialogs implements MainThreadDiaglogsShape {
|
||||
canSelectFolders: options?.canSelectFolders,
|
||||
canSelectMany: options?.canSelectMany,
|
||||
defaultUri: options?.defaultUri ? URI.revive(options.defaultUri) : undefined,
|
||||
title: options?.title || undefined
|
||||
title: options?.title || undefined,
|
||||
availableFileSystems: []
|
||||
};
|
||||
if (options?.filters) {
|
||||
result.filters = [];
|
||||
|
||||
Reference in New Issue
Block a user