- Clone the repository to your local machine
- On the root directory, run
yarn
command to install the dependencies listed inpackage.json
- Within VS Code - run the project by simply hitting F5.
- You could also create a 'vsix' package from the source-code and install manually.
npm install -g @vscode/vsce
cd vscode-chatgpt
vsce package
go to extensions tab of vscode click ...
button and select install from vsix