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 1 commit
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
Prev Previous commit
Next Next commit
Add support for .watchmanconfig icon (vscode-icons#850) (vscode-icons…
…#875)

* Add watchmanconfig icon (vscode-icons#850)

* Add watchmanconfig to supported extensions (vscode-icons#850)

* Add art guidelined spec icon.
  • Loading branch information
Andrew Shapel authored and robertohuertasm committed Apr 22, 2017
commit 0f87d5ddf1c12b625f05f0c9ece438d348d3c67a
1 change: 1 addition & 0 deletions icons/file_type_watchmanconfig.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 src/icon-manifest/supportedExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ export const extensions: IFileCollection = {
},
{ icon: 'vsix', extensions: ['vsix'], light: true, format: FileFormat.svg },
{ icon: 'vue', extensions: [], languages: [languages.vue], format: FileFormat.svg },
{ icon: 'watchmanconfig', extensions: ['.watchmanconfig'], filename: true, format: FileFormat.svg },
{
icon: 'webpack',
extensions: [
Expand Down