- Node.js (v20 or higher)
- Visual Studio Code (v1.86 or higher)
Run the following to install all dependencies:
$ npm i install
To build the extension, run:
$ npx nx build
To run the extension, open the project in Visual Studio Code and press F5
or
click Run
-> Start Debugging
. The extension will be automatically built each
time you perform this action.