
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, …
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?
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.
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 …
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 …
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 …
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.
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.
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.
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 …