mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 14:01:38 +01:00
Show comments in problem panel.
This commit is contained in:
@@ -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 ./",
|
||||
|
||||
Reference in New Issue
Block a user