Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.58 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.58 KB

CI/CD

Kado VS Code Extension

This VS Code extension is part of the Kado ecosystem. It provides support for Kado .kd and .tmpl files, offering syntax highlighting and custom language features.

Features

  • Syntax highlighting for .kd and .tmpl files
  • Custom language support for Kado configuration files

Installation

  1. Open Visual Studio Code
  2. Press Ctrl+P (or Cmd+P on macOS) to open the Quick Open dialog
  3. Type ext install janpreet.kado-extension to find the extension
  4. Click the Install button, then the Enable button

Alternatively, you can install the extension directly from the Visual Studio Code Marketplace.

Usage

Once installed, the extension will automatically activate when you open a .kd or .tmpl file. You'll see syntax highlighting and any other features provided by the extension.

Configuration

Future releases.

Known Issues

  • Syntax Highlighting Limitations: Certain complex configurations may not be highlighted correctly.

Please report any issues or bugs to the issue tracker.

Contributing

Contributions to the Kado VS Code Extension are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.