Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
SingletonJava
/
vscode-pull-request-github
Public
forked from
microsoft/vscode-pull-request-github
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
vscode-pull-request-github
src
on
release/0.2
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 1, 2018
Merge pull request #621 from Microsoft/qv/b/ssh-urls
Show description for df67d8c
queerviolet
authored
df67d8c
View commit details
Copy full SHA for df67d8c
View code at this point
Browse repository at this point
Commits on Oct 31, 2018
Follow up on #649, add listener to newly opened repos as well
Rachel Macfarlane
committed
83ae598
View commit details
Copy full SHA for 83ae598
View code at this point
Browse repository at this point
Simplify selected repository listener, make it less flaky, fixes #649
Rachel Macfarlane
committed
dcaad98
View commit details
Copy full SHA for dcaad98
View code at this point
Browse repository at this point
Stub a Resolvers class rather than having a test injection point.
Ashi Krishnan
committed
f0c1af2
View commit details
Copy full SHA for f0c1af2
View code at this point
Browse repository at this point
Typo.
Ashi Krishnan
committed
b84ed8c
View commit details
Copy full SHA for b84ed8c
View code at this point
Browse repository at this point
Make ssh url parsing a little mor robust and simplify the handling of SSH urls in the Protocol class.
Ashi Krishnan
committed
1d4a4ed
View commit details
Copy full SHA for 1d4a4ed
View code at this point
Browse repository at this point
I really just want to run the protocol tests, don't I?
Ashi Krishnan
committed
318cad5
View commit details
Copy full SHA for 318cad5
View code at this point
Browse repository at this point
Improve test ergonomics.
Ashi Krishnan
committed
84d55e8
View commit details
Copy full SHA for 84d55e8
View code at this point
Browse repository at this point
Don't just run the protocol tests.
Ashi Krishnan
committed
da2f5ef
View commit details
Copy full SHA for da2f5ef
View code at this point
Browse repository at this point
Use SSH config to parse hosts. Update test configuration and protocol tests.
Ashi Krishnan
committed
aed3cd9
View commit details
Copy full SHA for aed3cd9
View code at this point
Browse repository at this point
Merge pull request #590 from yoh1496/feature/proxy_support
Show description for eb2bbcb
queerviolet
authored
eb2bbcb
View commit details
Copy full SHA for eb2bbcb
View code at this point
Browse repository at this point
Commits on Oct 29, 2018
Edit/delete comments on the description page, fixes #107 (#643)
Rachel Macfarlane
authored
e47050a
View commit details
Copy full SHA for e47050a
View code at this point
Browse repository at this point
modified httpsOverHttp options
ishiguro-yo
committed
bfdd432
View commit details
Copy full SHA for bfdd432
View code at this point
Browse repository at this point
removed proxy option creation codes
ishiguro-yo
committed
3ee9576
View commit details
Copy full SHA for 3ee9576
View code at this point
Browse repository at this point
remove a useless line
ishiguro-yo
committed
768543f
View commit details
Copy full SHA for 768543f
View code at this point
Browse repository at this point
Merge branch 'feature/proxy_support' into pr/yoh1496/590
yoh1496
authored
86202d5
View commit details
Copy full SHA for 86202d5
View code at this point
Browse repository at this point
Commits on Oct 26, 2018
Edit/delete comments within the editor (#600)
Rachel Macfarlane
authored
caf99b7
View commit details
Copy full SHA for caf99b7
View code at this point
Browse repository at this point
Add 'headCommit' to PR scheme URI query parameters, closes #639 (#641)
Rachel Macfarlane
authored
5949947
View commit details
Copy full SHA for 5949947
View code at this point
Browse repository at this point
Merge pull request #577 from jerrymajewski/#568-show-pr-details-in-tooltip
Show description for cae2b38
Miguel Solorio
authored
cae2b38
View commit details
Copy full SHA for cae2b38
View code at this point
Browse repository at this point
Commits on Oct 25, 2018
write try-catch and support BASIC-Auth
ishiguro-yo
committed
8d21c6b
View commit details
Copy full SHA for 8d21c6b
View code at this point
Browse repository at this point
avoid using agent with undefined HTTPS_PROXY
ishiguro-yo
committed
7672c67
View commit details
Copy full SHA for 7672c67
View code at this point
Browse repository at this point
append proxy agent
ishiguro-yo
committed
1d13ccf
View commit details
Copy full SHA for 1d13ccf
View code at this point
Browse repository at this point
Commits on Oct 24, 2018
Change the PR Tree Node tooltip.
jerrymajewski
committed
03b615d
View commit details
Copy full SHA for 03b615d
View code at this point
Browse repository at this point
Events --> Async/await
Show description for 062ac0f
rebornix
and
Rachel Macfarlane
committed
062ac0f
View commit details
Copy full SHA for 062ac0f
View code at this point
Browse repository at this point
Move https agent to a common file.
Ashi Krishnan
committed
7163dfc
View commit details
Copy full SHA for 7163dfc
View code at this point
Browse repository at this point
write try-catch and support BASIC-Auth
ishiguro-yo
authored and
Ashi Krishnan
committed
16e6533
View commit details
Copy full SHA for 16e6533
View code at this point
Browse repository at this point
avoid using agent with undefined HTTPS_PROXY
ishiguro-yo
authored and
Ashi Krishnan
committed
187015e
View commit details
Copy full SHA for 187015e
View code at this point
Browse repository at this point
append proxy agent
ishiguro-yo
authored and
Ashi Krishnan
committed
3ab9eef
View commit details
Copy full SHA for 3ab9eef
View code at this point
Browse repository at this point
Commits on Oct 23, 2018
Remove the timestamp, and display tooltip on a single line.
jerrymajewski
committed
86ff9ae
View commit details
Copy full SHA for 86ff9ae
View code at this point
Browse repository at this point
Fix description pane losing scroll position, fixes #543 (#551)
malwilley
authored and
Rachel Macfarlane
committed
65a154b
View commit details
Copy full SHA for 65a154b
View code at this point
Browse repository at this point
Commits on Oct 22, 2018
Merge pull request #588 from mmanela/emptyCommentErrorHandling
Show description for c34b833
rebornix
authored
c34b833
View commit details
Copy full SHA for c34b833
View code at this point
Browse repository at this point
lint
Matthew Manela
committed
3f9749e
View commit details
Copy full SHA for 3f9749e
View code at this point
Browse repository at this point
Handle json parse errors
Matthew Manela
committed
09f7d50
View commit details
Copy full SHA for 09f7d50
View code at this point
Browse repository at this point
Handle json parse errors
Matthew Manela
committed
5f15327
View commit details
Copy full SHA for 5f15327
View code at this point
Browse repository at this point
Fix tslint error
rebornix
committed
f3c2bed
View commit details
Copy full SHA for f3c2bed
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.