Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 462 Bytes

README.dev.md

File metadata and controls

26 lines (16 loc) · 462 Bytes

Development notes

publishing a new version

Visual Studio Code Marketplace

npm run publish

Open VSX Registry

You can obtain an access token for the Open VSX Registry here.

npm run publish:ovsx -- -p <your-open-vsx-registry-access-token>

Debug Webview

To debug the webview, run the extension, open the command input and enter:

Developer: Toggle Developer Tools