Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scraly/vscode-helmignore

A simple extension for Visual Studio Code with a Language support for .helmignore files.
https://github.com/scraly/vscode-helmignore

Last synced: 4 days ago
JSON representation

A simple extension for Visual Studio Code with a Language support for .helmignore files.

Awesome Lists containing this project

README

        

# helmignore extension for Visual Studio Code

A simple extension for Visual Studio Code with a Language support for `.helmignore` files.

## Features

- Language support for `.helmignore` files

## Usage

Start command palette (with Ctrl+Shift+P or F1) and start typing `Add helmignore`

## Roadmap

### v1.0.0

- Add language support for `.helmignore` files

## Run locally

```
$ git clone https://github.com/scraly/vscode-helmignore.git
$ cd vscode-helmignore
$ npm install
$ npm run compile
$ code .
```

## Changelog

See CHANGELOG.md

## License

See LICENSE file

## Credits

Icon based on the [Helm logo](https://github.com/helm/helm/tree/master/docs/logos) by Matt Butcher