Files
lit-examples/lit-vscode-extension
2026-05-16 22:32:48 -07:00
..

Lit VSCode Extension Example

Example of how to use a Lit web component and render it in a VSCode extension with 2 way communication.

Getting Started

  • Open this example in VS Code 1.49+
  • npm install
  • npm run compile
  • F5 to start debugging