Thank you for considering contributing to the PairCode extension! This document provides guidelines to help you get started.
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.
Before contributing, make sure you have to following prerequisites
- NodeJs (18+)
- VSCode (1.85.0+)
- npm (latest)
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