File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import type { GitRemote } from '../git/models/remote';
55import { getHighlanderProviders } from '../git/models/remote' ;
66import type { RemoteResource } from '../git/models/remoteResource' ;
77import { RemoteResourceType } from '../git/models/remoteResource' ;
8- import { createRevisionRange , shortenRevision } from '../git/models/revision.utils' ;
8+ import { createRevisionRange , shortenRevision } from '../git/models/revision.utils' ;
99import type { RemoteProvider } from '../git/remotes/remoteProvider' ;
1010import { showGenericErrorMessage } from '../messages' ;
1111import { showRemoteProviderPicker } from '../quickpicks/remoteProviderPicker' ;
@@ -105,7 +105,7 @@ export class OpenOnRemoteCommand extends GlCommandBase {
105105 let title ;
106106 let placeholder = `Choose which remote to ${
107107 args . clipboard ? `copy the link${ resources . length > 1 ? 's' : '' } for` : 'open on'
108- } `;
108+ } (or use the gear to set it as default) `;
109109
110110 function getTitlePrefix ( type : string ) : string {
111111 return args ?. clipboard
You can’t perform that action at this time.
0 commit comments