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

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

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