The Wayback Machine - https://web.archive.org/web/20230614193322/https://github.com/excalidraw/excalidraw-vscode
Skip to content

excalidraw/excalidraw-vscode

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.