We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13c17a commit 3354958Copy full SHA for 3354958
src/commands/addToIgnoreExplorer.ts
@@ -3,7 +3,7 @@ import { Command } from "./command";
3
4
export class AddToIgnoreExplorer extends Command {
5
constructor() {
6
- super("svn.addToIgnoreExplorer", { repository: true });
+ super("svn.addToIgnoreExplorer");
7
}
8
9
public async execute(mainUri?: Uri, allUris?: Uri[]) {
0 commit comments