소스 검색

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

불러오는 중...
취소
저장