This repo contains the compiled code from the vscode lit-html extension.
Currently Stackblitz Codeflow only has a limited number of extensions built-in (and this extension isn't one of the few built-in ones). This repo holds the extension in a format that can be installed from Stackblitz Codeflow.
On Stackblitz Codeflow, do the following:
- Open the command palette (Ctrl + Shift + P)
- Search for and select
Developer: Install Extension from Location
- Enter in the following url:
https://raw.githubusercontent.com/coder0107git/vscode-lit-html-compiled/main/lit-html.vsix.zip/extension/
- Enjoy lit syntax
Updates should automatically available in Stackblitz Codeflow when this repo is updated.
- Fork & clone the repo
- Open the extension in the VSCode Marketplace
- Click the
Download Extension
link and save it as a zip - Delete the contents of the
lit-html.vsix.zip/
folder - Extract the zip to
lit-html.vsiz.zip/
folder - Push your changes and create a pull request