We welcome contributions to the Qt Extension for VS Code!
If you find a bug or have a feature request, please report it before opening a pull request. This lets us discuss the change and avoid duplicated effort.
- Fork the repository and create a topic branch for your change.
- Set up your development environment and build the extensions as described in Development.md.
- Make your changes, keeping commits focused and with clear commit messages.
- Run
npm run ci-lint:alland make sure it passes. - Test your changes locally.
- Open a pull request against the
devbranch and fill out the pull request template.
Please follow the existing code style. Linting and formatting are enforced via
npm run ci-lint:all.
This extension is licensed under the Qt Commercial License and the LGPL 3.0. See the LICENSE file for details. By contributing, you agree that your contributions are licensed under the same terms.