Execute Cake task in Visual Studio Code.
Warning: This is unofficial extension please check cake-vscode extension that provide more functionality.
- macOS
- Windows
-
build.cake
-
Cake CLI or Cake bootstraper
How to install Cake CLI
brew install cake
for macOSchoco install cake.portable
for Windows
How to install Cake bootstrapper
- CMD + P
- ext install cake-runner
- Open any file in Visual Studio Code
- Click Cake icon in Status Bar or ALT + CMD + T
- Select task name in Quick Pick Dialog.
- See output in Terminal.