tree: fe39a2416ac77be234be001b8f4f17355c172bf7
  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)