Skip to content

chakra-ui/panda-vscode

Repository files navigation

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.