Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 627 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 627 Bytes

Contribution Guide

Adding Snippets

  1. Add useful snippets to the snippets.json file.
  2. Document the new snippets in the vs-code-snippets/snippets.md file. For large changes to the snippets file we provide a snippets-parser.py script that automatically converts snippets.json into markdown format.
  3. Submit your proposed changes via a PR for review.