pyright

v1.0.78
Type checker for the Python language

build

npm run build:clientServerDebug && npm run build:cli

package

npm run install:all && npm run build:serverProd && npm run build && cd client && npx vsce package && cd ..

build:cli

cd server && npm run build:cli && cd ..

install:all

npm install && cd server && npm install && cd ../client && npm install && cd ..

build:client

cd client && npm run build && cd ..

build:serverProd

cd server && npm run build:serverProd && cd ..

build:serverDebug

cd server && npm run build:serverDebug && cd ..

build:clientServerDebug

npm run build:client && npm run build:serverDebug

Metadata

  • MIT
  • Whatever
  • Microsoft Corporation
  • released 10/21/2019

Downloads

Maintainers