Skip to content

Releases: puppetlabs/puppet-vscode

0.16.0

12 Feb 16:21
c295314
Compare
Choose a tag to compare
Merge pull request #473 from jpogran/release-0.16.0

(release) 0.16.0

0.15.1

09 Jan 21:27
dbcf31d
Compare
Choose a tag to compare
Merge pull request #461 from jpogran/release-0.15.1

(release) 0.15.1

0.15.0

09 Jan 19:48
7f03d77
Compare
Choose a tag to compare
Merge pull request #452 from glennsarti/prep-0.15.0

(GH-451) Prepare for 0.15.0 release

0.13.0

30 Oct 17:04
0.13.0
bfeaa46
Compare
Choose a tag to compare

[0.13.0] - 2018-10-23

Added

  • (GH-366) New Debug Adapter
  • (GH-354) Document PDK as source information
  • (GH-385) New Outline View, Breadcrumb, and Go to Symbol Features

Changed

Deprecated

  • (GH-315) Deprecate puppetAgentDir setting

0.12.0

02 Oct 13:04
0.12.1
1b1cee2
Compare
Choose a tag to compare

[0.11.1] - 2018-08-24

Added

  • (GH-366) New Debug Adapter
  • (GH-354) Document PDK as source information

Changed

  • (GH-373) Refactor commands and providers to features
  • (GH-323) Update readme with gif examples

Deprecated

  • (GH-315) Deprecate puppetAgentDir setting

0.11.1

22 Aug 18:43
0.11.1
1a91d1d
Compare
Choose a tag to compare

[0.11.1] - 2018-08-24

Added

  • (GH-317) Add PDK as source in addition to Puppet-Agent
  • (GH-355) Re-add base telemetry

Changed

Fixed

  • (GH-320) Fix if/else snippet.
  • (GH-343) Fix process environment builder for LanguageServer
  • (GH-317) Fix extension test harness and add Windows, Linux, and Mac tests

v0.11.0

18 Jul 02:32
ae01a39
Compare
Choose a tag to compare

0.11.0 - 2018-07-16

  • Update Puppet Editor Services to 0.12.0
  • (GH-250) Move client folder to root
  • (GH-253) Remove languageserver
  • (GH-252) Update readme for org move
  • (GH-258) Vendoring process for editor services
  • (maint) Fix tslint errors
  • (GH-275) Update Marketplace Categories
  • (maint) Update github links for org change
  • (maint) Refactor client connection code
  • (GH-284) Add support for region folding
  • (maint) Update Puppet grammer file
  • (GH-238) Add stdio support to client extension
  • (maint) Automatically download languageserver on build and watch
  • (maint) Improve issue templates
  • (GH-241) Honor specified tcp port
  • (GH-240) Add TCP retry functionality
  • (GH-274) Remove random tcp port resolution from client
  • (GH-296) Set document file scheme
  • (GH-289) Fix autoindenting for DSL
  • (GH-301) Fail fast if agent not installed
  • (GH-310) Fix gulp bump
  • (GH-307) Fix path resolution on mac and *nix

v0.10.0

21 Jun 13:51
3c8fa3c
Compare
Choose a tag to compare

0.10.0 - 2018-03-29

  • (GH-218) Validate EPP files
  • (GH-244) Update puppet-lint to 2.3.5
  • (GH-245) Update puppet-lint to 2.3.5
  • (GH-216) Better syntax highlighting
  • (GH-214) Updated readme for pdk 1.3.X
  • (GH-225) Readd Local Workspace comand line option
  • (GH-231) Make Document Validation asynchronous
  • (GH-236) Remove the preload option
  • (GH-236) Add experimental file cache option

v0.9.0

21 Jun 13:50
428217b
Compare
Choose a tag to compare

0.9.0 - 2018-02-01

  • (GH-50) Add document formatter for puppet-lint
  • (GH-204) Fix debug server for Puppet 4.x

0.8.0

24 Nov 18:34
1a2b479
Compare
Choose a tag to compare

0.8.0 - 2017-11-24

  • (GH-180) Backslashes in File Path do not display in Node Graph
  • (GH-100) Experimental Puppet-Debugger
  • (PR-194) Fix logger in PDK New Task
  • (PR-195) Do not error in validation exception handler
  • (GH-187) Add stdio mode to language server
  • (maint) Fix rubocop violations