• Stars
    star
    399
  • Rank 104,409 (Top 3 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created about 3 years ago
  • Updated 19 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Excalidraw for Visual Studio Code

Excalidraw VSCode Extension

Development

Requirements

Install the dependencies

npm install # from the extension directory

Run the extension

Use the Debug: Start Debugging Command to launch the extension in a new vscode window.

To inspect/debug the webview, use the Developer: Open Webview Developer tools command.

Package the extension to a vsix archive

vsce package # from the extension directory

The vsix archive can then be installed using the Extensions: Install from VSIX... command

Releasing the extension

Go to the actions tab, and trigger the bump extension version workflow.