Skip to content

Commit

Permalink
fix: Fix ignore SCM context menu (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnstonCode committed Nov 28, 2018
1 parent 96dfa94 commit 8f55f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/addToIgnoreSCM.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Command } from "./command";

export class AddToIgnoreSCM extends Command {
constructor() {
super("svn.addToIgnoreSCM", { repository: true });
super("svn.addToIgnoreSCM");
}

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

0 comments on commit 8f55f24

Please sign in to comment.