tree: 885d3218cf3f2054942e4f552e45af0d48dedcf6
  1. extension.test.ts
  2. README.md
lsp/src/test/README.md

Extension Tests

This directory contains the tests for the extension. These tests start a VSCode client and will test the extension behavior.

To run the tests:

  • run npm run watch or npm: watch VSCode task (from the lsp/ dir)
  • npm run test / vscode-test on the command-line (or through the package.json scripts in VSCode) OR UI exposed from the Extension Test Runner extension in VSCode (when lsp folder is open as a workspace)