Skip to content

Commit 3354958

Browse files
edgardmessiasJohnstonCode
authored andcommitted
fix: Fixed ignore folder context on explorer (close #438) (#533)
1 parent b13c17a commit 3354958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/addToIgnoreExplorer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Command } from "./command";
33

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

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

0 commit comments

Comments
 (0)