mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
no git extension api hack
This commit is contained in:
@@ -47,10 +47,17 @@
|
||||
}
|
||||
},
|
||||
"views": {
|
||||
"scm": [{
|
||||
"id": "pr",
|
||||
"name": "GitHub Pull Requests"
|
||||
}]
|
||||
"scm": [
|
||||
{
|
||||
"id": "pr",
|
||||
"name": "GitHub Pull Requests"
|
||||
},
|
||||
{
|
||||
"id": "prStatus",
|
||||
"name": "Changes From Pull Request",
|
||||
"when": "git:ispr"
|
||||
}
|
||||
]
|
||||
},
|
||||
"commands": [{
|
||||
"command": "pr.refreshList",
|
||||
|
||||
Reference in New Issue
Block a user