Homebrew / homebrew-bundle

📦 Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Store.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode extensions have written into Brewfile event without --vscode argument

tony-sol opened this issue · comments

I have Brewfile, created by

brew bundle dump --all --describe --force

But after last updates, it also writes vscode extensions.
So, i tried to run dump as

brew bundle dump --casks --taps --brews --describe --force

but it still writes vscode extensions into Brewfile

Yes, as documented, --casks etc. only affect brew bundle list. Please either manually remove them or consider adding a PR for --no-vscode or similar.