Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 310 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 310 Bytes

Adding snippets

  1. Add the snippet to the relevant file under /snippets (i.e. if a snippet for an event, add it to events.json).
  2. Provide a description in the README.md with what the snippet does.
  3. Update the package.json version

Publishing

  1. Install vsce
  2. vsce publish

Better docs to come...