Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/excalidraw/excalidraw-vscode

Excalidraw for Visual Studio Code
https://github.com/excalidraw/excalidraw-vscode

vscode

Last synced: about 1 month ago
JSON representation

Excalidraw for Visual Studio Code

Awesome Lists containing this project

README

        

# Excalidraw VSCode Extension

## Development

### Requirements

- [Node.js](https://nodejs.org/en/)
- [vsce](https://github.com/microsoft/vscode-vsce)

### Install the dependencies

```bash
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

```console
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.