This extension is example code and comes with no guarantee of support or maintenance.
- Login to apigee
- You can find your org under org administration
The extension comes with 2 VSCode launch configurations [Debug apigee Tests, Debug apigee Generate]. You may need to change the cwd
and program
properties to work with your system.
Install Dependencies
yarn
Build
yarn build
Test
yarn test
Extending
The extension src framework/commands is written in TS but the code responsible for fetching and generating the resource files are written in JS inside service.js
. You can modify the code at-will and build with yarn build
.