cake-build / cake-vs

Cake Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=vs-publisher-1392591.CakeforVisualStudio
MIT License
67 stars 25 forks source link

Make adding cake.config to Solution Items opt-in (or remove this feature) #130

Open augustoproiete opened 3 years ago

augustoproiete commented 3 years ago

Currently if there's a cake.config present in the root folder of the repo, the VS extension modifies the Solution file and adds the cake.config to a solution folder called "Solution Items" (hard-coded).

The extension should not make changes to files unless the user explicit invokes an action.

I suggest making this feature opt-in via configuration, or completely remove the feature if easier.