JannisX11 / batch-rename

VS Code extension to batch-rename files
https://marketplace.visualstudio.com/items?itemName=JannisX11.batch-rename-extension
MIT License
56 stars 16 forks source link

Shortcut not working #10

Open Arturexe opened 1 year ago

Arturexe commented 1 year ago

I can use the extension when right-clicking files and pick "batch rename". It even shows the shortcut (control + command + R) in my case but when I press the shortcut, nothing happens. When the action is clicked via mouse menu, it works. No other action is assigned to this shortcut. I've tried different shortcuts, same result.

Using VSCode 1.74.3

piotrkulpinski commented 2 months ago

Same issue here

EliteMasterEric commented 1 month ago

Can confirm this issue still happens, I tried to bind it to Shift-F2 (as a counterpart to F2 to rename) but it silently fails.

daiyam commented 2 weeks ago

Can you check View/Output/Extension Host? I was getting the error [error] Error: EACCES: permission denied, open '/Users/User/.vscode/extensions/jannisx11.batch-rename-extension-0.0.6/out/src/.Batch Rename.txt' Fixing the rights, fixed the issue.