I recently released a new Visual Studio Code plugin, Kickstart Language Support, which provides the following features:
- Syntax highlighting for
.ks
files. - Linting for
.ks
files usingksvalidator
. - Completion support for
.ks
files. - Snippets for commonly used sections in
.ks
files.
The plugin's source code is available on GitHub as 95jonpet/kickstart-language-support.
The plugin will be further expanded and enhanced with more features that aid in creating automated Linux installations using Anaconda and its Kickstart feature.
Please refer to Pykickstart's documentation for more information about Kickstart.