be2c6d6d1f
* bumps rko, adds events * rename tlstate to state, fix env for multiplayer test * Fix multiplayer * rename data tldrawstate to tldrawsnapshot * Update multiplayer-editor.tsx * Fix shhhmp * Update 2.tldr * Add API to the README |
||
---|---|---|
.. | ||
editor | ||
extension | ||
README.md |
@tldraw/vscode
This folder contains the source for the tldraw VSCode extension.
1. Setup editor project
- Open
vscode/editor
- Install dependencies (
yarn
) - Start the development server (
yarn start
)
2. Start the Extension
- Open
vscode/extension
in a new VSCode window - Install dependencies (
yarn
) - Run the extension (F5)