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

Put the "Install ... Bootstrapper" options in a submenu #117

Closed mrlacey closed 3 years ago

mrlacey commented 3 years ago

As discussed with @gep13

Visual Studio command menu modified to look like this:

Build
 - ...
 - Cake Build >
    - Install Cake config file 
    - Install bootstrappers > 
        - Install PowerShell bootstrapper
        - Install Bash bootstrapper

image

Note. changes in the cs file are due to use of an updated config tool. Extensibility Tools was previously split from a single extension that added lots of functionality to multiple extensions that each do a single thing.

Relates to #119

gep13 commented 3 years ago

@mrlacey this is AMAZING!

Thank you so much for taking the time to do this, I really appreciate it!