Skip to content

Commit c55873c

Browse files
committed
remove stickys
1 parent e71b337 commit c55873c

File tree

1 file changed

+3
-6
lines changed
  • src/vs/workbench/contrib/update/browser

1 file changed

+3
-6
lines changed

src/vs/workbench/contrib/update/browser/update.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ export class ProductContribution implements IWorkbenchContribution {
181181
const uri = URI.parse(releaseNotesUrl);
182182
openerService.open(uri);
183183
}
184-
}],
185-
{ sticky: true }
184+
}]
186185
);
187186
});
188187
}
@@ -335,8 +334,7 @@ export class UpdateContribution extends Disposable implements IWorkbenchContribu
335334
action.run();
336335
action.dispose();
337336
}
338-
}],
339-
{ sticky: true }
337+
}]
340338
);
341339
}
342340

@@ -362,8 +360,7 @@ export class UpdateContribution extends Disposable implements IWorkbenchContribu
362360
action.run();
363361
action.dispose();
364362
}
365-
}],
366-
{ sticky: true }
363+
}]
367364
);
368365
}
369366

0 commit comments

Comments
 (0)