Преглед на файлове

Removes redundant folder prompt

main
Ramin Tadayon преди 1 година
родител
ревизия
995dd5f272
No known key found for this signature in database GPG ключ ID: 79D60DDE3DFB95F5
променени са 1 файла, в които са добавени 0 реда и са изтрити 11 реда
  1. +0
    -11
      src/plus/workspaces/workspacesService.ts

+ 0
- 11
src/plus/workspaces/workspacesService.ts Целия файл

@ -262,17 +262,6 @@ export class WorkspacesService implements Disposable {
if (workspace == null) return;
if (workspace.repositories == null || workspace.repositories.length === 0) return;
const parentUri = (
await window.showOpenDialog({
title: `Choose a folder containing the repositories in this workspace`,
canSelectFiles: false,
canSelectFolders: true,
canSelectMany: false,
})
)?.[0];
if (parentUri == null || cancellation?.isCancellationRequested) return;
const foundRepos = await this.getRepositoriesInParentFolder(cancellation);
if (foundRepos == null || foundRepos.length === 0 || cancellation?.isCancellationRequested) return;

Зареждане…
Отказ
Запис