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 fefd551 commit ae34e8dCopy full SHA for ae34e8d
src/vs/workbench/contrib/update/browser/update.contribution.ts
@@ -155,7 +155,8 @@ class DownloadAction extends Action2 {
155
precondition: IsWebContext, // Only show when running in a web browser
156
f1: true,
157
menu: [{
158
- id: MenuId.StatusBarRemoteIndicatorMenu,
+ id: MenuId.StatusBarWindowIndicatorMenu,
159
+ when: IsWebContext
160
}]
161
});
162
}
0 commit comments