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 e6ffb93 commit 9927631Copy full SHA for 9927631
src/commands/quickCommand.steps.ts
@@ -510,7 +510,6 @@ export function getValidateGitReferenceFn(
510
if (value.startsWith('#')) {
511
allowRevs = options?.revs?.allow ?? true;
512
value = value.substring(1);
513
- allowRevs = true;
514
} else if (isSha(value)) {
515
516
}
0 commit comments