-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
Option to exclude/disable vscode in dump #1456
Comments
today there isn't a way to selectively output some types over others. the assumption is that if you have it installed, you will want to manage it via i don't know how widely used this would be but open to leaving this here to gauge the interest and welcome a PR if you want to see this land. |
@JtMotoX would you prefer |
|
Works great! Thank you! 👍 |
@JtMotoX you're welcome, thanks for taking the time to say thanks! |
Would it be possible to have a
brew bundle dump
flag, something like--no-vscode
to disable the vscode integration? I use vscode built-in sync functionality and this is causing some issues.Currently, I have to perform
sed -i '/^vscode /d' $HOME/Brewfile
after every dump.The text was updated successfully, but these errors were encountered: