pyright

v1.1.49
Type checker for the Python language

build

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

clean

del-cli "./client/server" && del-cli "./client/out" && del-cli "./dist"

package

npm run install:all && npm run clean && npm run build:serverProd && npm run build:cli && 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:serverDebug && npm run build:client

Metadata

  • MIT
  • >=12.0.0
  • Microsoft Corporation
  • released 7/4/2020

Downloads

Maintainers