microsoft / vscode-test-cli

Command-line runner for VS Code tests
MIT License
19 stars 7 forks source link

Fix README.md #6

Open nachocab opened 9 months ago

nachocab commented 9 months ago

The package is called @vscode/test-cli and if you install it locally, you need to use npx to call it.

JustinGrote commented 7 months ago

Technically you don't need npx, for instance npm vscode-test or pnpm vscode-test work just fine, and they dont require downloading a whole separate copy of vscode-test outside of what your package.json contains