Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync #2

Merged
merged 28 commits into from
May 3, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ce4daec
fix links and typo (#847)
jens1o Apr 4, 2017
8fae67a
Exclude AppVeyor config file from distribution. (#851)
JimiC Apr 4, 2017
c493ef1
Fix default folder not showing in light theme after apply customizati…
JimiC Apr 4, 2017
0255dbe
7.5.1 (#856)
robertohuertasm Apr 4, 2017
377b0ca
Associate 'submodules' with 'git' folder icon. (#858)
JimiC Apr 5, 2017
77c7cc1
jsonld support (#862)
robertohuertasm Apr 9, 2017
e7428b1
Add support for Gulp file with Babel (#866)
mamadoo Apr 22, 2017
a80fa11
Properly support API Blueprint and MSON via language ids. (#868)
JimiC Apr 22, 2017
400e78b
Add more filename support for gulp and grunt. (#869)
JimiC Apr 22, 2017
07aeaf2
added support for zh-CN (#871)
iFun Apr 22, 2017
63d5079
AnyScript (#874)
melund Apr 22, 2017
0f87d5d
Add support for .watchmanconfig icon (#850) (#875)
Apr 22, 2017
ddccfb0
Adjust tslint rules to better comply with project coding guidelines. …
JimiC Apr 24, 2017
c461246
Add support for Harbour icon. (#884)
JimiC Apr 24, 2017
ae55662
Add support for wercker icon. (#882)
JimiC Apr 24, 2017
23523ea
Add support for objective-cpp language id. (#888)
JimiC Apr 24, 2017
4af1857
Add support for HLSL and GLSL. (#886)
JimiC Apr 24, 2017
8343f86
Add support for `laravel-blade` language id. (#885)
JimiC Apr 24, 2017
c2f0749
Add support for Shopify liquid icon. (#883)
JimiC Apr 24, 2017
b6d4030
Update dependencies to enable Greenkeeper 🌴 (#865)
greenkeeper[bot] Apr 24, 2017
91b4424
Rearrange badges in README (grouping by category). (#891)
JimiC Apr 24, 2017
d522071
chore(package): update @types/sinon to version 2.1.3 (#893)
JimiC Apr 24, 2017
1c4bbdc
Move constant values to their own file. (#894)
JimiC Apr 24, 2017
3eec97a
preparing 7.6.0 (#895)
robertohuertasm Apr 24, 2017
2930164
Angular guard support (#900)
robertohuertasm Apr 30, 2017
3613e59
chore(package): update nyc to version 10.3.0 (#903)
JimiC May 1, 2017
466f87f
chore(package): update typescript to version 2.3.2 (#902)
JimiC May 1, 2017
c48030b
chore(package): update @types/chai to version 3.5.2 (#901)
JimiC May 1, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ out/src/example/**
*.lcov
images/screenshot.gif
Dockerfile
.appveyor.yml
.bithoundrc
.editorconfig
.gitignore
Expand Down
37 changes: 31 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,34 @@
# Change Log

## 7.6.0 (April 24, 2017)
- Enhancement: @types/sinon updated. ([@JimiC](https://github.com/JimiC) in [#893](https://github.com/vscode-icons/vscode-icons/pull/893))
- Enhancement: Badges arranged by category. ([@JimiC](https://github.com/JimiC) in [#891](https://github.com/vscode-icons/vscode-icons/pull/891))
- Enhancement: Objective-cpp language id support. ([@JimiC](https://github.com/JimiC) in [#888](https://github.com/vscode-icons/vscode-icons/pull/888))
- Enhancement: HLSL and GLSL support. ([@JimiC](https://github.com/JimiC) in [#886](https://github.com/vscode-icons/vscode-icons/pull/886))
- Enhancement: Laravel-blade support. ([@JimiC](https://github.com/JimiC) in [#885](https://github.com/vscode-icons/vscode-icons/pull/885))
- Feature: Harbour support. ([@JimiC](https://github.com/JimiC) in [#884](https://github.com/vscode-icons/vscode-icons/pull/884))
- Feature: Shopify liquid support. ([@JimiC](https://github.com/JimiC) in [#883](https://github.com/vscode-icons/vscode-icons/pull/883))
- Feature: Wercker support. ([@JimiC](https://github.com/JimiC) in [#882](https://github.com/vscode-icons/vscode-icons/pull/882))
- Enhancement: New TSLint rules applied. ([@JimiC](https://github.com/JimiC) in [#881](https://github.com/vscode-icons/vscode-icons/pull/881))
- Feature: `.watchmanconfig` support. ([@AndrewShapel](https://github.com/AndrewShapel) in [#875](https://github.com/vscode-icons/vscode-icons/pull/875))
- Feature: AnyScript support. ([@melund](https://github.com/melund) in [#874](https://github.com/vscode-icons/vscode-icons/pull/874))
- Feature: Simplified Chinese support. ([@iFun](https://github.com/iFun) in [#871](https://github.com/vscode-icons/vscode-icons/pull/871))
- Enhancement: More Grunt & Gulp support. ([@JimiC](https://github.com/JimiC) in [#869](https://github.com/vscode-icons/vscode-icons/pull/869))
- Fix: Proper support for API Blueprint and MSON. ([@JimiC](https://github.com/JimiC) in [#868](https://github.com/vscode-icons/vscode-icons/pull/868))
- Enhancement: Support Gulp with Babel. ([@mamadoo](https://github.com/mamadoo) in [#866](https://github.com/vscode-icons/vscode-icons/pull/866))
- Feature: JsonLD support. ([@robertohuertasm](https://github.com/robertohuertasm) in [#862](https://github.com/vscode-icons/vscode-icons/pull/862))
- Feature: Submodules associated with git folder icon. ([@JimiC](https://github.com/JimiC) in [#858](https://github.com/vscode-icons/vscode-icons/pull/858))

## 7.5.1 (April 04, 2017)
- Fix: Default folder not showing in light theme after applying customization. ([@JimiC](https://github.com/JimiC) in [#854](https://github.com/vscode-icons/vscode-icons/pull/854))
- Fix: Appveyor config file excluded from distribution. ([@JimiC](https://github.com/JimiC) in [#851](https://github.com/vscode-icons/vscode-icons/pull/851))
- Fix: Changelog fixed. ([@jens1o](https://github.com/jens1o) in [#847](https://github.com/vscode-icons/vscode-icons/pull/847))
- Enhancement: Dependencies updated. ([@JimiC](https://github.com/JimiC) in [#844](https://github.com/vscode-icons/vscode-icons/pull/844))

## 7.5.0 (April 03, 2017)
- Feature: `Fusebox`, `CircleCi`, `Codecov`, `Firebase`, `.yarnignore` and more `webpack` support. ([@JimiC](https://github.com/JimiC) in [#842](https://github.com/vscode-icons/vscode-icons/pull/842))
- Enhancement: Support for `.scssm`. ([@robertohuertasm](https://github.com/robertohuertasm) in [#841](https://github.com/vscode-icons/vscode-icons/pull/841))
- Enhancement: Appveyor CI. ([@JimiC](https://github.com/JimiC) in [#839](https://github.com/vscode-icons/vscode-icons/pull/839) && [#840](https://github.com/vscode-icons/vscode-icons/pull/840))
- Enhancement: Appveyor CI. ([@JimiC](https://github.com/JimiC) in [#839](https://github.com/vscode-icons/vscode-icons/pull/839) & [#840](https://github.com/vscode-icons/vscode-icons/pull/840))
- Enhancement: More default `Webpack` extensions supported. ([@AntonYaskevich](https://github.com/AntonYaskevich) in [#836](https://github.com/vscode-icons/vscode-icons/pull/836))
- Feature: `Reason` support. ([@wyze](https://github.com/wyze) in [#832](https://github.com/vscode-icons/vscode-icons/pull/832))
- Enhancement: New `Idris` icons. ([@zjhmale](https://github.com/zjhmale) in [#830](https://github.com/vscode-icons/vscode-icons/pull/830))
Expand Down Expand Up @@ -457,11 +482,11 @@
- Patch: no extVersion updated so no autoupdate available.

## 1.7.0 (August 22, 2016)
- Icons available in 'Open Editors' section. [#174] (https://github.com/vscode-icons/vscode-icons/issues/89)
- Enhancement: sql icon change to a more standard one. [#89] (https://github.com/vscode-icons/vscode-icons/issues/89)
- Assembly support. [#172] (https://github.com/vscode-icons/vscode-icons/issues/172)
- Excel and similar formats support. [#158] (https://github.com/vscode-icons/vscode-icons/issues/158)
- Enhancement: resolved .m files conflict. Matlab users can use file associations to get matlab icon back. [#128](https://github.com/vscode-icons/vscode-icons/issues/128)
- Icons available in 'Open Editors' section. [#174](https://github.com/vscode-icons/vscode-icons/issues/89)
- Enhancement: sql icon change to a more standard one. [#89](https://github.com/vscode-icons/vscode-icons/issues/89)
- Assembly support. [#172](https://github.com/vscode-icons/vscode-icons/issues/172)
- Excel and similar formats support. [#158](https://github.com/vscode-icons/vscode-icons/issues/158)
- Enhancement: resolved .m files conflict. Matlab users can use file associations to get matlab icon back. [#128(https://github.com/vscode-icons/vscode-icons/issues/128)
- Apib support. [#167](https://github.com/vscode-icons/vscode-icons/issues/167)
- React templates support. [#127](https://github.com/vscode-icons/vscode-icons/issues/127)
- Groovy support.[#113](https://github.com/vscode-icons/vscode-icons/issues/113)
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# vscode-icons

[![Version](http://vsmarketplacebadge.apphb.com/version/robertohuertasm.vscode-icons.svg)](https://marketplace.visualstudio.com/items?itemName=robertohuertasm.vscode-icons)
[![Installs](http://vsmarketplacebadge.apphb.com/installs/robertohuertasm.vscode-icons.svg)](https://marketplace.visualstudio.com/items?itemName=robertohuertasm.vscode-icons)
[![Ratings](https://vsmarketplacebadge.apphb.com/rating/robertohuertasm.vscode-icons.svg)](https://marketplace.visualstudio.com/items?itemName=robertohuertasm.vscode-icons)

[![Build Status](https://travis-ci.org/vscode-icons/vscode-icons.svg?branch=master)](https://travis-ci.org/vscode-icons/vscode-icons)
[![Build Status](https://ci.appveyor.com/api/projects/status/github/vscode-icons/vscode-icons?branch=master&svg=true)](https://ci.appveyor.com/project/robertohuertasm/vscode-icons)

[![Dependencies Status](https://david-dm.org/vscode-icons/vscode-icons/status.svg)](https://david-dm.org/vscode-icons/vscode-icons)
[![DevDependencies Status](https://david-dm.org/vscode-icons/vscode-icons/dev-status.svg)](https://david-dm.org/vscode-icons/vscode-icons?type=dev)
[![Greenkeeper badge](https://badges.greenkeeper.io/vscode-icons/vscode-icons.svg)](https://greenkeeper.io/)

[![codecov](https://codecov.io/gh/vscode-icons/vscode-icons/branch/master/graph/badge.svg)](https://codecov.io/gh/vscode-icons/vscode-icons)
[![Known Vulnerabilities](https://snyk.io/test/github/vscode-icons/vscode-icons/badge.svg)](https://snyk.io/test/github/vscode-icons/vscode-icons)

Expand Down Expand Up @@ -285,7 +289,7 @@ The above syntax will create examples for all supported files and folders.
## Contributing with translations
We're looking for people willing to help us translate the extension's messages into [all the languages that `vscode` supports](https://code.visualstudio.com/docs/customization/locales).

We're currently supporting English, German and Spanish. If you're willing to help with the translations of the missing languages take a look at [#526](https://github.com/vscode-icons/vscode-icons/issues/526) and get your hands dirty. We'll really appreciate it! ;P
We're currently supporting `English`, `German`, `Simplified Chinese` and `Spanish`. If you're willing to help with the translations of the missing languages take a look at [#526](https://github.com/vscode-icons/vscode-icons/issues/526) and get your hands dirty. We'll really appreciate it! ;P

## Building the extension's source code
If you're willing to explore the extension source code and want to make it work you should run this:
Expand Down
1 change: 1 addition & 0 deletions icons/file_type_anyscript.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/file_type_glsl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/file_type_harbour.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/file_type_hlsl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/file_type_jsonld.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading