提交 d718ff09 编写于 作者: J Johannes Rieken

fix bulb resolve for remote providers

上级 efb01c62
......@@ -177,8 +177,7 @@ export class RemoteFileService extends FileService {
if (group[0].resource.scheme === Schemas.file) {
promises.push(super.resolveFiles(group));
} else {
await this._extensionService.onReady();
const provider = this._provider.get(group[0].resource.scheme);
const provider = await this._withProvider(group[0].resource);
if (provider) {
promises.push(this._doResolveFiles(provider, group));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册