瀏覽代碼

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…
取消
儲存