Thanks for helping improve Codex Extras.
Requirements:
- Node.js 22 or newer
- npm
- Visual Studio Code
- The official
openai.chatgptextension
Install dependencies and run the checks:
npm ci
npm testPackage an installable development build:
npm run packageInstall the resulting .vsix from the Extensions view with Install from VSIX....
- Open an issue for substantial features before implementation.
- Keep each pull request focused.
- Add or update validation for manifest behavior.
- Update
README.mdandCHANGELOG.mdwhen behavior changes. - Run
npm testandnpm run packagebefore opening a pull request.
By contributing, you agree that your contribution is licensed under the MIT License.