Releases: fastly/vscode-fastly-vcl
Releases · fastly/vscode-fastly-vcl
2.0.2
2.0.1
2.0.0
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
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
1.0.2
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