Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.45 KB

CONRTIBUTING.md

File metadata and controls

47 lines (29 loc) · 1.45 KB

Contributing

Warning

This is purely a testbed for trying out ideas for VS Code Extensions. Consider this experimental and not for production use.

Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

Getting Started

Prerequisites

For those using nvm, simply run the following command to install the required version of NodeJS:

nvm use

Dependencies

From a terminal, where you have cloned the repository, execute the following command to install the required dependencies:

yarn install

Update README

Working with Markdown

You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
  • Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
  • Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.

For more information