13 lines
359 B
Markdown
13 lines
359 B
Markdown
# Lit VSCode Extension Example
|
|
|
|
Example of how to use a [Lit](https://lit.dev) web component and render it in a [VSCode extension](https://code.visualstudio.com/api/extension-guides/webview) with 2 way communication.
|
|
|
|

|
|
|
|
## Getting Started
|
|
|
|
- Open this example in VS Code 1.49+
|
|
- `npm install`
|
|
- `npm run compile`
|
|
- `F5` to start debugging
|