Skip to content

Commit

Permalink
fix: Fixed ignore folder context on explorer (close #438) (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias authored and JohnstonCode committed Mar 27, 2019
1 parent b13c17a commit 3354958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/addToIgnoreExplorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Command } from "./command";

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

public async execute(mainUri?: Uri, allUris?: Uri[]) {
Expand Down

0 comments on commit 3354958

Please sign in to comment.