Przeglądaj źródła

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

main
Sir Kane 3 lat temu
committed by Eric Amodio
rodzic
commit
05bedbe7bb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/quickpicks/remoteProviderPicker.ts

+ 1
- 1
src/quickpicks/remoteProviderPicker.ts Wyświetl plik

@ -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-'));
}
}

Ładowanie…
Anuluj
Zapisz