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