Selaa lähdekoodia

Fixes link to remote provider integration

main
Keith Daulton 1 vuosi sitten
vanhempi
commit
6febdda0c0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/quickpicks/remoteProviderPicker.ts

+ 1
- 1
src/quickpicks/remoteProviderPicker.ts Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna