An open API service indexing awesome lists of open source software.

https://github.com/badsyntax/vscode-executetask-test-example

An example repo demonstrating issues with running vscode.tasks.executeTask in tests
https://github.com/badsyntax/vscode-executetask-test-example

Last synced: 8 months ago
JSON representation

An example repo demonstrating issues with running vscode.tasks.executeTask in tests

Awesome Lists containing this project

README

          


vscode-test-sample

Sample for using https://github.com/microsoft/vscode-test.

Continuously tested with latest changes:

- [Azure DevOps](https://dev.azure.com/vscode/vscode-test/_build?definitionId=15)
- [Travis](https://travis-ci.org/github/microsoft/vscode-test)

When making changes to `vscode-test` library, you should compile and run the tests in this sample project locally to make sure the tests can still run successfully.

```bash
yarn install
yarn compile
yarn test
```