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 70869b7 commit 6111294Copy full SHA for 6111294
extensions/git/src/commands.ts
@@ -23,7 +23,7 @@ import { RemoteSourceAction } from './api/git-base';
23
abstract class CheckoutCommandItem implements QuickPickItem {
24
abstract get label(): string;
25
get description(): string { return ''; }
26
- get alwaysShow(): boolean { return true; }
+ get alwaysShow(): boolean { return false; }
27
}
28
29
class CreateBranchItem extends CheckoutCommandItem {
0 commit comments