Skip to content

Commit ae34e8d

Browse files
authored
Fix Download command not appearing in the remote indicator (microsoft#163232)
1 parent fefd551 commit ae34e8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ class DownloadAction extends Action2 {
155155
precondition: IsWebContext, // Only show when running in a web browser
156156
f1: true,
157157
menu: [{
158-
id: MenuId.StatusBarRemoteIndicatorMenu,
158+
id: MenuId.StatusBarWindowIndicatorMenu,
159+
when: IsWebContext
159160
}]
160161
});
161162
}

0 commit comments

Comments
 (0)