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

Does not work with VS4M 2022 / Found a workaround! #13

Open
joshardt opened this issue May 25, 2022 · 0 comments
Open

Does not work with VS4M 2022 / Found a workaround! #13

joshardt opened this issue May 25, 2022 · 0 comments

Comments

@joshardt
Copy link

joshardt commented May 25, 2022

One can install this extension but it's not possible to enable it in VS4M 2022 17.0.

I found a workaround:

  • Open Visual Studio for Mac 2022
  • In the top menu bar click on Tools -> Edit Custom Tools...
  • Add a new tool with these settings:
    • Title: Clean bin and obj
    • Command: /bin/zsh
    • Arguments: -c "for folder in bin obj; do find $(SolutionDir) -name $folder -print0 | xargs -0 rm -rf; done"
  • Save your custom tool

Now you can use it by clicking on Tools in the top menu bar and then select Clean bin and obj.

@joshardt joshardt changed the title Does not work with VS4M 2022 Does not work with VS4M 2022 / Found a workaround! May 25, 2022
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

1 participant