vscode-test-web/sample
Martin Aeschlimann bd939c3dad
prepare 0.0.58 (#138)
* cleanup & prepare 0.0.58

* update extensions
2024-09-04 21:09:09 +02:00
..
.vscode
src/web fix search provider returns invalid URIs (#134) 2024-09-02 11:41:53 +02:00
test-workspace
README.md
package-lock.json prepare 0.0.58 (#138) 2024-09-04 21:09:09 +02:00
package.json prepare 0.0.58 (#138) 2024-09-04 21:09:09 +02:00
package.nls.json prepare 0.0.58 (#138) 2024-09-04 21:09:09 +02:00
tsconfig.json prepare 0.0.58 (#138) 2024-09-04 21:09:09 +02:00
tsconfig.runTest.json prepare 0.0.58 (#138) 2024-09-04 21:09:09 +02:00
webpack.config.js

README.md

vscode-test-web-sample

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

Continuously tested with latest changes:

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

npm run install
npm run compile
npm run test