Skip to content

kapicorp/kapitan-vscode-extension

Repository files navigation

kapitan-vscode-extension

VSCode Extension for Kapitan.

Requirements

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.

Developing the extension

For instructions related to developing the extension see this README.

Copyright Note

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.