tldraw/vscode
Steve Ruiz 8b3c963a08 v0.1.7
2021-11-09 14:38:09 +00:00
..
editor v0.1.7 2021-11-09 14:38:09 +00:00
extension [refactor] events (#230) 2021-11-08 14:21:37 +00:00
README.md Create VS Code Extension (#4) 2021-11-06 16:49:53 +00:00

@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)