Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashhar/vscode-gitattributes
A simple extension that lets you pull .gitattribute files from https://github.com/alexkaratarakis/gitattributes and create a combined .gitattribute file.
https://github.com/hashhar/vscode-gitattributes
gitattributes language-support vscode vscode-extension
Last synced: about 1 month ago
JSON representation
A simple extension that lets you pull .gitattribute files from https://github.com/alexkaratarakis/gitattributes and create a combined .gitattribute file.
- Host: GitHub
- URL: https://github.com/hashhar/vscode-gitattributes
- Owner: hashhar
- License: mit
- Created: 2016-12-24T19:57:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T16:10:51.000Z (almost 8 years ago)
- Last Synced: 2024-08-13T07:17:47.877Z (3 months ago)
- Topics: gitattributes, language-support, vscode, vscode-extension
- Language: TypeScript
- Size: 21.5 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - hashhar/vscode-gitattributes - A simple extension that lets you pull .gitattribute files from https://github.com/alexkaratarakis/gitattributes and create a combined .gitattribute file. (TypeScript)
README
# gitattributes extension for Visual Studio Code
An extension for Visual Studio Code that assists you in working with
`.gitattributes` files.## Features
- Language support for `.gitattributes` files.
- Allows adding a `.gitattributes` file by pulling files from the
[alexkaratarakis/gitattributes](https://github.com/alexkaratarakis/gitattributes)
repository.## Usage
Start command palette (with Ctrl+Shift+P or
F1) and start typing `gitattributes` to see all available commands
this extension offers.## Extension Settings
This extension contributes the following settings:
```JavaScript
{
// Number of seconds the list of `.gitattributes` files retrieved from github will be cached
"gitattributes.cacheExpirationInterval": 86400
}
```## Roadmap
### v0.1
Basic implementation that allows to pull a single `.gitattributes` file.
### v0.2
Support adding multiple `.gitattributes` files and merging them into a single
file.### v0.3
Add language support for `.gitattributes` files.
### v0.4
Merge `.gitattributes` files smartly by moving `* text=auto` to the top.
### v0.5
Support for caching entire `.gitattributes` repository and updating only when
new commits are available.## Changelog
See [CHANGELOG.md](CHANGELOG.md)
## Licence
See [LICENSE](LICENSE)
## Credits
Icon based on the Git logo by [Jason Long](https://twitter.com/jasonlong).