A Visual Studio Code extension for providing language support for APK configuration YAML files.
Features
Syntax highlighting for APK configuration YAML files.
Auto-completion for APK configuration YAML properties and values.
Validation and error checking for APK configuration YAML files.
Create new apk configuration files with provided templates.
Requirements
Visual Studio Code version 1.63.0 or newer.
Installation
Launch Visual Studio Code.
Go to the Extensions view by clicking on the square icon in the sidebar or pressing Ctrl+Shift+X.
Search for "Kubernetes Gateway Config Language Support".
Click on the "Install" button for the extension published by "Kubernetes Gateway Config Language Support".
The extension will be installed and activated automatically. ( This extension is depending on the YAML Language Support by Red Hat extension). If it's not installed, this will install it automatically.
Usage
Open a APK Configuration file (.apk-conf).
The extension will automatically provide syntax highlighting and code completion for APK configuration properties and values.
Errors and warnings will be displayed if there are any issues with the YAML structure or values.
Use the provided code snippets to quickly insert common APK configuration patterns.
Create new APK Configuration will provide you with set of templates to get started.
Contributing
Contributions are welcome! Here's how you can get involved:
Fork the repository.
Create a new branch for your feature or bug fix.
Make your changes and commit them.
Push your changes to your fork.
Submit a pull request describing your changes.
Extension Packaging Guide
This guide provides instructions on how to package the extension.