Skip to content

Latest commit

History

History
36 lines (24 loc) 路 761 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (24 loc) 路 761 Bytes

Contributing

# Install deps
npm install

# Compile the plugin
npm run compile

# Or compile the plugin every time a file is saved
npm run compile-watch

In VS Code press F5 from within the project to open an instance of VS Code with the local version of the extension loaded.

Publishing a new version of the extension

VS Code marketplace

npx vsce package
# now drag and drop the package file into the web GUI

https://code.visualstudio.com/api/working-with-extensions/publishing-extension

https://marketplace.visualstudio.com/manage/publishers/gleam

Open VSX

npx ovsx publish --pat $TOKEN

You can get a token here, assuming you don't have one saved already. https://open-vsx.org/user-settings/tokens