Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 534 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 534 Bytes

panda-vscode

The official Panda CSS VSCode extension

Contributing

Setup

yarn install

Development

yarn dev

Then start the VSCode extension development host with the Run extension launch config.

Build

yarn build

Test

yarn test
yarn typecheck

Publishing

Done automatically when the release PR (generated with Changesets) is merged.