提交 14bc8002 编写于 作者: M Matt Bierner

Use openExternal

上级 e32e2a90
...@@ -113,7 +113,7 @@ export class TypeScriptVersionPicker { ...@@ -113,7 +113,7 @@ export class TypeScriptVersionPicker {
return { oldVersion: previousVersion, newVersion: shippedVersion }; return { oldVersion: previousVersion, newVersion: shippedVersion };
case MessageAction.learnMore: case MessageAction.learnMore:
vscode.commands.executeCommand('vscode.open', vscode.Uri.parse('https://go.microsoft.com/fwlink/?linkid=839919')); vscode.env.openExternal(vscode.Uri.parse('https://go.microsoft.com/fwlink/?linkid=839919'));
return { oldVersion: this.currentVersion }; return { oldVersion: this.currentVersion };
default: default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册