We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71b337 commit c55873cCopy full SHA for c55873c
src/vs/workbench/contrib/update/browser/update.ts
@@ -181,8 +181,7 @@ export class ProductContribution implements IWorkbenchContribution {
181
const uri = URI.parse(releaseNotesUrl);
182
openerService.open(uri);
183
}
184
- }],
185
- { sticky: true }
+ }]
186
);
187
});
188
@@ -335,8 +334,7 @@ export class UpdateContribution extends Disposable implements IWorkbenchContribu
335
334
action.run();
336
action.dispose();
337
338
339
340
341
342
@@ -362,8 +360,7 @@ export class UpdateContribution extends Disposable implements IWorkbenchContribu
362
360
363
361
364
365
366
367
368
369
0 commit comments