Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

41 lines (28 loc) · 1.3 KB

Contributing Guide

Thank you for taking the time to contributing to vscode-which-key.

First Time Setup

  1. Install prerequisites:

  2. Fork the repository

  3. In a terminal

    # fork and clone the repository
    git clone git@github.com:<YOUR-FORK>/vscode-which-key.git
    cd vscode-which-key
    
    # Install the dependencies
    npm install
    
    # Open in VSCode
    code .
  4. Install TypeScript + Webpack Problem Matchers for VS Code

  5. Go to debug tab select Run Extension

Default binding menu

The default bindings of which-key are separate from the VSpaceCode bindings. To see the bindings from the package.json in this repository, run "Which Key: Show Menu" from the command palette (Ctrl-Alt-P, or SPC SPC with VSpaceCode).

Submitting Issues

Feel free to open an issue if the issue you are experiencing is not in already in the Github issues.

Submitting Pull Requests

If you are submitting an pull request (PR) without a tracking issue, consider create an issue first. This is so that we can discuss different implementations if necessary.