提交 addaad3f 编写于 作者: A Alex Ross

Don't have 'show local' button in open dialog when remote

Fixes #110264
上级 043d8e20
......@@ -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 = [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册