소스 검색

💄

main
Eric Amodio 4 년 전
부모
커밋
2837601d20
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      src/quickpicks/remoteProviderPicker.ts

+ 3
- 1
src/quickpicks/remoteProviderPicker.ts 파일 보기

@ -19,7 +19,9 @@ export class ConfigureCustomRemoteProviderCommandQuickPickItem extends CommandQu
}
async execute(): Promise<void> {
await env.openExternal(Uri.parse('https://github.com/eamodio/vscode-gitlens#remote-provider-integration-settings-'));
await env.openExternal(
Uri.parse('https://github.com/eamodio/vscode-gitlens#remote-provider-integration-settings-'),
);
}
}

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