You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently if there's a
cake.config
present in the root folder of the repo, the VS extension modifies the Solution file and adds thecake.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.
The text was updated successfully, but these errors were encountered: