Переглянути джерело

Fix url that redirect to the "connect to remote provider" documentation

main
Sir Kane 3 роки тому
committed by Eric Amodio
джерело
коміт
05bedbe7bb
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      src/quickpicks/remoteProviderPicker.ts

+ 1
- 1
src/quickpicks/remoteProviderPicker.ts Переглянути файл

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

Завантаження…
Відмінити
Зберегти