VSCode Extension for Kapitan.
The extension requires that a python>=3.11 installation exists in your system, with the venv and pip modules present. Upon installation, the extension will ask you to select python's path if e.g. the default python installation is too old.
For instructions related to developing the extension see this README.
The typescript code is a modified copy of the client
folder from https://github.com/QualiTorque/torque-vs-code-extensions which was licensed under Apache 2.0 License at the time the code was copied. Also, the initial folder structure, vscode setup, and CI were also heavily influenced from the same repo.