Show comments in problem panel.

This commit is contained in:
Peng Lyu
2018-04-05 15:39:22 -07:00
parent df52ca02c0
commit b3ef6d4ba2
4 changed files with 49 additions and 5 deletions

View File

@@ -61,8 +61,26 @@
"dark": "resources/icons/dark/refresh.svg",
"light": "resources/icons/light/refresh.svg"
}
},
{
"command": "pr.pick",
"title": "Checkout & Review"
}
]
],
"menus": {
"view/title": [
{
"command": "pr.refreshList",
"when": "view == pr"
}
],
"view/item/context": [
{
"command": "pr.pick",
"when": "view == pr && viewItem == pullrequest"
}
]
}
},
"scripts": {
"vscode:prepublish": "tsc -p ./",