Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 486 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 486 Bytes

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