We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7202614 commit 8bf38bbCopy full SHA for 8bf38bb
1 file changed
src/vs/workbench/contrib/update/browser/update.ts
@@ -54,8 +54,9 @@ export class OpenLatestReleaseNotesInBrowserAction extends Action {
54
if (this.productService.releaseNotesUrl) {
55
const uri = URI.parse(this.productService.releaseNotesUrl);
56
await this.openerService.open(uri);
57
+ } else {
58
+ throw new Error('This version of Visual Studio Code does not have release notes online');
59
}
- throw new Error('This version of Visual Studio Code does not have release notes online');
60
61
62
0 commit comments