Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 800 Bytes

File metadata and controls

33 lines (19 loc) · 800 Bytes

Contributing to PairCode VSCode Extension

Thank you for considering contributing to the PairCode extension! This document provides guidelines to help you get started.

About the project

This extension is made for the purpose of directly importing code of the focused file to paircode website. This extension works as a direct import for the website.

Prerequisites

Before contributing, make sure you have to following prerequisites

  1. NodeJs (18+)
  2. VSCode (1.85.0+)
  3. npm (latest)

Starring the project

Forking the repo

Setting up project

git clone github.com/bandhan-majumder/paircode.ext
cd paircode.ext
pnpm install
open .

After opening on VSCode, press F5 to open a new VSCode with the extension installed for debugging purpose