Skip to content

Commit

Permalink
fix: 'select new file location' action leak
Browse files Browse the repository at this point in the history
closes #141
  • Loading branch information
senyai committed Jul 29, 2023
1 parent 1c3bdd5 commit fedcfb4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,10 @@
"command": "fossil.forget",
"when": "fossilOpenRepositoryCount"
},
{
"command": "fossil.relocate",
"when": "false"
},
{
"command": "fossil.revertChange",
"when": "fossilOpenRepositoryCount"
Expand Down Expand Up @@ -1100,4 +1104,4 @@
"publisherDisplayName": "koog1000",
"publisherId": "8e4cabe1-5c1f-4bf5-bbf3-8bb8d5de842c"
}
}
}

0 comments on commit fedcfb4

Please sign in to comment.