Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scraly/vscode-helmignore
- Owner: scraly
- License: mit
- Created: 2018-12-07T11:00:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T14:29:15.000Z (about 6 years ago)
- Last Synced: 2024-12-25T03:40:14.638Z (about 2 months ago)
- Language: TypeScript
- Size: 107 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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