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';
5
5
import { getHighlanderProviders } from '../git/models/remote' ;
6
6
import type { RemoteResource } from '../git/models/remoteResource' ;
7
7
import { RemoteResourceType } from '../git/models/remoteResource' ;
8
- import { createRevisionRange , shortenRevision } from '../git/models/revision.utils' ;
8
+ import { createRevisionRange , shortenRevision } from '../git/models/revision.utils' ;
9
9
import type { RemoteProvider } from '../git/remotes/remoteProvider' ;
10
10
import { showGenericErrorMessage } from '../messages' ;
11
11
import { showRemoteProviderPicker } from '../quickpicks/remoteProviderPicker' ;
@@ -105,7 +105,7 @@ export class OpenOnRemoteCommand extends GlCommandBase {
105
105
let title ;
106
106
let placeholder = `Choose which remote to ${
107
107
args . clipboard ? `copy the link${ resources . length > 1 ? 's' : '' } for` : 'open on'
108
- } `;
108
+ } (or use the gear to set it as default) `;
109
109
110
110
function getTitlePrefix ( type : string ) : string {
111
111
return args ?. clipboard
You can’t perform that action at this time.
0 commit comments