Skip to content

AP-ECE-UT/vscoderec

Repository files navigation

Code Recorder

Installation

Extension

Development

make sure you have following tools installed on you'r computer:

  • git
  • Node.JS (LTS) >= v18.16.0
  • Node Package Manager npm
git clone https://github.com/mhadih/code_recorder_extention.git
cd code_recorder_extension
npm i
code .

and hit F5 in order to run the extension in development mode, also it's suggested to have a look at VSCode Extension Quick Starter