Преглед изворни кода

Fixes link to remote provider integration

main
Keith Daulton пре 1 година
родитељ
комит
6febdda0c0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/quickpicks/remoteProviderPicker.ts

+ 1
- 1
src/quickpicks/remoteProviderPicker.ts Прегледај датотеку

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

Loading…
Откажи
Сачувај