다음을 통해 공유


IVersionControlRepositoryService interface

저장소 정보에 액세스하기 위한 호스트 서비스입니다.

메서드

getCurrentGitRepository()

현재 선택한 Git 리포지토리를 가져옵니다. Git 리포지토리가 현재 선택되지 않은 경우 null을 반환합니다.

메서드 세부 정보

getCurrentGitRepository()

현재 선택한 Git 리포지토리를 가져옵니다. Git 리포지토리가 현재 선택되지 않은 경우 null을 반환합니다.

function getCurrentGitRepository(): Promise<null | GitRepository>

반환

Promise<null | GitRepository>