Closed AvinZarlez closed 5 years ago
VSCode was updated to include a new API for opening URLs. I should switch to using this.
// open default browser await vscode.env.openExternal(vscode.Uri.parse("https://github.com/Microsoft/vscode/issues/66741"));
Fixed in 1.1
VSCode was updated to include a new API for opening URLs. I should switch to using this.