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.
One can install this extension but it's not possible to enable it in VS4M 2022 17.0.
I found a workaround:
Now you can use it by clicking on Tools in the top menu bar and then select Clean bin and obj.