Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support batch-rename of folders too? #5

Open
wkelsey-apple opened this issue Sep 26, 2022 · 2 comments
Open

Support batch-rename of folders too? #5

wkelsey-apple opened this issue Sep 26, 2022 · 2 comments

Comments

@wkelsey-apple
Copy link

No description provided.

@Dj-Polyester
Copy link

Dj-Polyester commented May 20, 2024

@wkelsey-apple I actually have a fork that does that in my Manjaro system. I am not sure about other os/distributions though and welcome anyone who wants to test and report. For now, you can use the extension from the fork. The instructions are simple:

git clone [email protected]:Dj-Polyester/batch-rename.git
cd batch-rename
npm -g install @vscode/vsce
vsce package
code --install-extension batch-rename-extension-[version].vsix

Furthermore, If @JannisX11 allows, I would like to PR it here. As a question, I wonder why he did "when": "!explorerResourceIsFolder" in package.json?

@uberkael
Copy link

uberkael commented Jul 28, 2024

@Dj-Polyester
I had to modify package.json because vsce can't build the package.

  "engines": {
    "vscode": "^1.74.0"
  },

After that it works without problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants