smithy-lang / smithy-vscode

A Visual Studio Code extension to provide syntax highlighting for the Smithy IDL.
https://marketplace.visualstudio.com/items?itemName=smithy.smithy-vscode-extension
Apache License 2.0
37 stars 14 forks source link

Add extension testing #28

Closed srchase closed 2 years ago

srchase commented 2 years ago

Adds testing to assure that extension can be loaded, activated and registered as a smithy language provider.

This uses vscode-test (now @vscode/test-electron) to launch an instance of VS Code, load the extension and manipulate the VS Code via its API.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.