We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96dfa94 commit 8f55f24Copy full SHA for 8f55f24
src/commands/addToIgnoreSCM.ts
@@ -3,7 +3,7 @@ import { Command } from "./command";
3
4
export class AddToIgnoreSCM extends Command {
5
constructor() {
6
- super("svn.addToIgnoreSCM", { repository: true });
+ super("svn.addToIgnoreSCM");
7
}
8
9
public async execute(...resourceStates: SourceControlResourceState[]) {
0 commit comments