To Clone this Repository, open a terminal in a empty folder and type
git clone https://github.com/Jonak-Adipta-Kalita/JAK-VSCode-Extension.git
To install the required modules, just open a terminal in the directory where this project is cloned. Now type:
npm i && cd client && npm i && cd .. && cd server && npm i
# or
yarn && cd client && yarn && cd .. && cd server && yarn
and hit enter.
Open the cloned directory in VSCode. In a Terminal, run:
npm run watch
# or
yarn watch
Now press F5
while opening the src/extension.ts
file. and choose Client + Server
This will open a Popup where you can test your Changes.