Eric Amodio 4 лет назад
Родитель
Сommit
2837601d20
1 измененных файлов: 3 добавлений и 1 удалений
  1. +3
    -1
      src/quickpicks/remoteProviderPicker.ts

+ 3
- 1
src/quickpicks/remoteProviderPicker.ts Просмотреть файл

@ -19,7 +19,9 @@ export class ConfigureCustomRemoteProviderCommandQuickPickItem extends CommandQu
}
async execute(): Promise<void> {
await env.openExternal(Uri.parse('https://github.com/eamodio/vscode-gitlens#remote-provider-integration-settings-'));
await env.openExternal(
Uri.parse('https://github.com/eamodio/vscode-gitlens#remote-provider-integration-settings-'),
);
}
}

Загрузка…
Отмена
Сохранить