Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 947 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (25 loc) · 947 Bytes

Contributing to this extension


Prerequisites

  1. Node.js (see .nvmrc)
  2. Windows, macOS, or Linux
  3. Visual Studio Code
  4. VS Code extensions defined in .vscode/extensions.json

Setup

npm i # This can be a little slow the first time (downloading and extracting of a 300Mb file).

You can also compile from the command-line. For a full compile you can use:

npm run watch

For incremental builds you can use the following commands depending on your needs:

npm run watch

Sometimes you will need to run npm run clean and even rm -r out dist temp pyodide. This is especially true if you have added or removed files.

Errors and Warnings

TypeScript errors and warnings will be displayed in the Problems window of Visual Studio Code.

Building Pyodide Scripts

See details in the README.md of the pyodide branch.