Theia API Documentation v1.66.0
    Preparing search index...
    interface GitHubRepoService {
        getGitHubRepoInfo(
            workspacePath: string,
        ): Promise<undefined | GitHubRepoInfo>;
    }

    Implemented by

    Index

    Methods

    • Gets the GitHub repository information for the given workspace path.

      Parameters

      • workspacePath: string

        The absolute path to the workspace directory

      Returns Promise<undefined | GitHubRepoInfo>

      GitHub repository info (owner/repo) or undefined if not a GitHub repository