- Please use yarn package manager to install all dependencies of this extension.
- Also make sure npm has been already installed on your system before you run the extension development host becuase many build tasks consist of npm commands.
- Clone the repository
- Change directory into CodePal. ("cd CodePal")
- Install all dependencies. ("yarn install")
- Open the project files in VS code. ("code .")
- Press F5 and click the "run extension" button below to run the compiled extension in an extension host window.