Skip to content

Releases: cake-build/cake-vscode

v0.11.0

01 Jul 20:34
a723d7f
Compare
Choose a tag to compare

As part of this release we had 11 issues closed.

Features

  • #80 Add codelens to run and debug tasks directly from cake files
  • #76 Create command for adding modules by querying NuGet
  • #75 Create commands for adding addin/tools by querying NuGet
  • #45 Add logic to open build.cake on completion

Improvements

  • #65 Once Cake.Bakery is installed, restart Omnisharp server
  • #64 Take a dependency on the C# extension
  • #57 Read values from cake.config file

Release Video

A short video explaining what is included in this release can be found here:

Cake VSCode Extension Release 0.11.0

v0.10.1

08 Nov 07:56
ee6f357
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug

  • #63 Generated VSIX package doesn't contain out folder

Release Video

You can check out a short video about the features that were in this release here:

Cake VSCode Extension Release 0.10.1

v0.10.0

07 Nov 20:31
8cc1d51
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Improvements

  • #60 Support the cake.config file as an ini file
  • #59 VSCode is no longer supporting specifiying a commandId in the "initialConfigurations" contribution

Release Video

You can check out a short video about the features that were in this release here:

Cake VSCode Extension Release 0.10.0

v0.9.0

26 Oct 20:19
8a0cb13
Compare
Choose a tag to compare

As part of this release we had 17 issues closed.

Features

  • #58 Add support for Mono Debugger Configuration
  • #55 Support adding Cake.Bakery to packages.config
  • #43 Adds implementation for guided install (aggregate command)
  • #42 Add aggregate command
  • #41 Add snippet for tool pre-processor directive
  • #40 Add snippet for reference pre-processor directive
  • #39 Add snippet for load pre-processor directive
  • #38 Add snippet for addin pre-processor directive
  • #37 Add "Install a build file" Command

Improvements

  • #52 Remove syntax highlighting
  • #44 Correctly handle errors in build.cake creation command
  • #34 Add snippet for Cake Argument
  • #33 Add snippet for complete example build script

Documentation

  • #36 Add license for project
  • #35 Add Documentation

Release Video

You can check out a short video about the features that were in this release here:

Cake VSCode Extension Release 0.9.0

v0.8.1

07 Aug 20:10
19f2544
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Improvement

  • #49 Switch all URL's to https

v0.8.0

21 Jul 21:14
d1985b1
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

Features

  • #27 Support ability to setup/install debugging dependencies
  • #14 Add ability to parse cake file(s) for tasks

Improvement

  • #3 Support deactivation of extension

Release Video

You can check out a short video about the features that were in this release here:

Cake VSCode Extension Release 0.8.0

v0.7.0

10 Jul 22:06
ae9a61f
Compare
Choose a tag to compare

As part of this release we had 6 issues closed.

Bugs

  • #25 Keyword highlighting includes left parenthesis
  • #13 "Cake: Install a configuration file" command produces server error

Improvements

  • #28 Align with Marketplace requirements
  • #24 Added params key word for syntax highlighting

v0.6.0

10 Jul 22:05
ae9a61f
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Improvement

  • #19 Add GitReleaseManager to close milestone

v0.5.0

10 Jul 22:05
ae9a61f
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Feature

  • #15 Allow ability to set breakpoints in build.cake file