Skip to content

Commit 2f376b8

Browse files
committed
Adds extra copy to use the gear
1 parent ef30150 commit 2f376b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/openOnRemote.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { GitRemote } from '../git/models/remote';
55
import { getHighlanderProviders } from '../git/models/remote';
66
import type { RemoteResource } from '../git/models/remoteResource';
77
import { RemoteResourceType } from '../git/models/remoteResource';
8-
import { createRevisionRange , shortenRevision } from '../git/models/revision.utils';
8+
import { createRevisionRange, shortenRevision } from '../git/models/revision.utils';
99
import type { RemoteProvider } from '../git/remotes/remoteProvider';
1010
import { showGenericErrorMessage } from '../messages';
1111
import { 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

0 commit comments

Comments
 (0)