runem / lit-analyzer

Monorepository for tools that analyze lit-html templates
MIT License
318 stars 36 forks source link

Initial setup of integration testing of the vscode plugin #224

Closed rictic closed 2 years ago

rictic commented 2 years ago

This just launches vscode with our extension and verifies that vscode believes that it's installed.

Based on the docs at https://code.visualstudio.com/api/working-with-extensions/testing-extension

Part of https://github.com/runem/lit-analyzer/issues/222