About 50 results
Open links in new tab
  1. vscode-github-issues-prs/src/github-issues-prs.ts at main · microsoft ...

    import * as path from 'path'; import * as GitHub from '@octokit/rest'; import { fill } from 'git-credential-node'; import * as moment from 'moment'; import { EventEmitter, TreeDataProvider, TreeItem, …

  2. Have you considered adding a New Issue option? #31 - GitHub

    May 16, 2018 · I'm trying to get the extension going. I don't use git on my Windows box ... I just sftp up to my AWS instance ... so I'm trying to get this config going. Is there docs?

  3. vscode-github-issues-prs/.vscode/launch.json at main · …

    VSCode Extension for GitHub Issues and PRs. Contribute to microsoft/vscode-github-issues-prs development by creating an account on GitHub.

  4. support editing existing issues · Issue #2843 · microsoft ... - GitHub

    Jul 18, 2021 · i can create a new issue inside vscode, but i can't seem to edit an existing one. this feature is mainly useful for maintaining issues with task lists that need to be edited frequently. vscode …

  5. Make a setting to overwrite the default create issues pointer ... - GitHub

    May 16, 2020 · I am using a public issue tracker in a separate repository from my codebase. GitHub Issues and PRs supports this well, as I can change the queries to show me issues from the issue …

  6. Support Workspace Trust · Issue #53 · microsoft/vscode ... - GitHub

    May 4, 2021 · Hello 👋 I'm from the VS Code team. Recently, we have been exploring a security feature we refer to as Workspace Trust. This feature is intended to centralize and unify a security conscious …

  7. GitHub · Where software is built

    VSCode Extension for GitHub Issues and PRs. Contribute to microsoft/vscode-github-issues-prs development by creating an account on GitHub.

  8. Issues · microsoft/vscode-github-issues-prs · GitHub

    VSCode Extension for GitHub Issues and PRs. Contribute to microsoft/vscode-github-issues-prs development by creating an account on GitHub.

  9. vscode-github-issues-prs/thirdpartynotices.txt at main · microsoft ...

    VSCode Extension for GitHub Issues and PRs. Contribute to microsoft/vscode-github-issues-prs development by creating an account on GitHub.

  10. I cannot see issues in a private repo #15 - GitHub

    Jul 11, 2017 · Enable this helper for git: git config --global credential.helper netrc Restart vscode git handles .netrc by default but doesn't provide the content with git credential fill (which is what this …