Skip to content

Commit 8f55f24

Browse files
authored
fix: Fix ignore SCM context menu (#425)
1 parent 96dfa94 commit 8f55f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/addToIgnoreSCM.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Command } from "./command";
33

44
export class AddToIgnoreSCM extends Command {
55
constructor() {
6-
super("svn.addToIgnoreSCM", { repository: true });
6+
super("svn.addToIgnoreSCM");
77
}
88

99
public async execute(...resourceStates: SourceControlResourceState[]) {

0 commit comments

Comments
 (0)