The IBM i Project Explorer supports developing IBM i applications using buildable local projects in Visual Studio Code. Leverage the Project Explorer viewer to manage a project's library list, variables, object libraries, include paths, and much more. Utilize the Job Log viewer as well to easily visualize the contents of your job logs after having run a build or compile.
- Install VS Code and Node.js
- Clone this repository
npm install
Run Extension
from VS Code
- Update
CHANGELOG.md
with the improvements - Update the version number in
package.json
andtypes/package.json
- Create a new release with a tag with the corresponding version number
A github action will automatically be triggered which will build and pubish the vsix to
both OpenVSX and Microsoft registries. Also the types will be published to
npmjs
so that the API is available to any JavaScript code.