Skip to content

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

Description

@joshardt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions