Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 534 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (27 loc) · 534 Bytes

How to Contribute

Getting Started

  • Ensure you have correct version of Node.js installed (see .tool-versions)
  • Ensure you have correct version of Python installed (see python/pyproject.toml).
  • Ensure you have Poetry installed.
  • Run npm ci to install all dependencies.

Run Tests

Node.js (Extension Host)

npm test

Python (Scripts)

cd python
pytest

Lint Source Codes

Node.js (Extension Host)

npm run lint

Python (Scripts)

cd python
pylint scripts