提交 47e822b7 编写于 作者: A Alex Ross

Fix help links in remote explorer

Fixes https://github.com/microsoft/vscode-internalbacklog/issues/885
上级 256cf150
......@@ -172,7 +172,7 @@ class HelpItem implements IHelpItem {
const action = await this.quickInputService.pick(actions, { placeHolder: nls.localize('pickRemoteExtension', "Select url to open") });
if (action) {
await this.openerService.open(URI.parse(action.label));
await this.openerService.open(URI.parse(action.description));
}
} else {
await this.openerService.open(URI.parse(this.values[0].url));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册