From 310a34529841c5a02515c134ace79f5a456a38ad Mon Sep 17 00:00:00 2001 From: Leon Brocard Date: Thu, 3 Nov 2022 14:10:11 +0000 Subject: [PATCH] The extension in now in the marketplace --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8967a8e..5333d96 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,13 @@ This was built entirely from the public [VCL reference](https://developer.fastly The screenshots above are of [VCL boilerplate](https://developer.fastly.com/learning/vcl/using/#adding-vcl-to-your-service-configuration) using the [GitHub Dark Default](https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme) theme and the [JetBrains Mono](https://www.jetbrains.com/lp/mono/) font and using Visual Studio Code's default Light+ theme and the [Cascadia Code](https://github.com/microsoft/cascadia-code) font. -## Installation +## Installation from Marketplace + +[The extension](https://marketplace.visualstudio.com/items?itemName=fastly.vscode-fastly-vcl) is in the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/VSCode). To install in Visual Studio Code, switch to the Extensions View and search for “Fastly”. Select the “Fastly Varnish Configuration Language (VCL)” extension and use the Install button. The extension will syntax highlight code for any file with a .vcl extension. + +## Installation from GitHub + +Alternatively, to install the extension from GitHub: Uninstall (or disable) any previously-enabled VCL extensions.