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 7db7f44 commit 1392fc2Copy full SHA for 1392fc2
src/commands/copyRemoteFileUrlToClipboard.ts
@@ -24,7 +24,7 @@ export class CopyRemoteFileUrlToClipboardCommand extends ActiveEditorCommand {
24
}
25
26
protected preExecute(context: CommandContext, args: CopyRemoteFileUrlToClipboardCommandArgs = { range: true }) {
27
- if (context.type === 'uri' || context.type === 'scm-states') {
+ if (context.type === 'uris' || context.type === 'scm-states') {
28
args = { ...args, range: false };
29
30
else if (isCommandViewContextWithCommit(context)) {
0 commit comments