Skip to content

Releases: fastly/vscode-fastly-vcl

2.0.2

06 Oct 12:32
f9e6cf7
Compare
Choose a tag to compare

Changed

  • Optimize image screenshots

2.0.1

06 Oct 12:30
afc1f28
Compare
Choose a tag to compare

Changed

  • "Toggle Line Comment" now adds # rather than //.

2.0.0

06 Oct 12:30
60804ab
Compare
Choose a tag to compare

Added

  • Integration with fastly-vcl-lsp.
  • Support for completions, including context-aware completions (functions, variables, headers, Fastly macros).
  • Signature help for functions.
  • Boilerplate snippets for subroutines.
  • Show documentation on hover.
  • Diagnostics (using falco – Linux & Darwin, ARM/AMD64 only).
  • Indentation and folding range directives in the language configuration.

1.0.4

03 Nov 14:40
819d185
Compare
Choose a tag to compare

Changed

  • Document that the extension in now in the Visual Studio Marketplace.
  • Add a beautiful new icon.
  • Document how the extension works.
  • Fix link to the language file in the README.

Installation

Download and then run:

code --install-extension vscode-fastly-vcl-1.0.4.vsix

v1.0.3

10 Oct 10:23
Compare
Choose a tag to compare

Added

  • Add highlighting for elseif and elsif.

Installation

Download the extension and then run:

code --install-extension vscode-fastly-vcl-1.0.3.vsix

1.0.2

04 Oct 09:04
Compare
Choose a tag to compare

Changed

  • Note that previously-enabled VCL extensions can be disabled as well as uninstalled.
  • Clarify that this is an extension specifically for Fastly VCL, not general VCL.
  • Rename from vscode-vcl to vscode-fastly-vcl.
  • Colorize "#" and "//" as comments even if there are no letters behind.
  • Add more dependencies to the README.
  • Add list of contributors.

Installation

Download the extension then run:

code --install-extension vscode-fastly-vcl-1.0.2.vsix

1.0.1

07 Sep 09:43
Compare
Choose a tag to compare

Added

  • Documented that only one VCL extension should be installed.

Changed

  • Tighten up #FASTLY macro matching.

Installation

Download the extension then run:

code --install-extension vscode-vcl-1.0.1.vsix

1.0.0

06 Sep 13:26
Compare
Choose a tag to compare

Initial release.

Download the extension then run:

code --install-extension vscode-vcl-1.0.0.vsix