Skip to content

Commit

Permalink
get ready to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Aug 7, 2017
1 parent bf6cc9b commit a2563fa
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 161 deletions.
5 changes: 4 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ appveyor.yml
tsconfig.json
tslint.json
images/**
vsc-extension-quickstart.md
vsc-extension-quickstart.md
logo.svg
package-lock.json
yarn.lock
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Change Log

## 2.1.0 (2017-08-07)
Added folder icons:
- Aurelia folder
- screens folder [[@kkemple](https://github.com/kkemple) in [#99](https://github.com/PKief/vscode-material-icon-theme/pull/99)]
- lib folder [[issue #96](https://github.com/PKief/vscode-material-icon-theme/issues/96)]
- resource folder [[issue #100](https://github.com/PKief/vscode-material-icon-theme/issues/100)]
- tools folder [[issue #95](https://github.com/PKief/vscode-material-icon-theme/issues/95)]
- include folder [[issue #95](https://github.com/PKief/vscode-material-icon-theme/issues/95)]
- doc folder [[issue #95](https://github.com/PKief/vscode-material-icon-theme/issues/95)]

Added file icons:
- CMake [[issue #95](https://github.com/PKief/vscode-material-icon-theme/issues/95)]
- SugarSS [[issue #98](https://github.com/PKief/vscode-material-icon-theme/issues/98)]
- ColdFusion [[issue #97](https://github.com/PKief/vscode-material-icon-theme/issues/97)]
- .todo [[issue #97](https://github.com/PKief/vscode-material-icon-theme/issues/97)]
- Mocha (mocha.opts)
- Scripting (.ksh, .csh, .tcsh, .zsh, .bash) [[issue #102](https://github.com/PKief/vscode-material-icon-theme/issues/102)]
- Angular Resolver [[issue #94](https://github.com/PKief/vscode-material-icon-theme/issues/94)]
- webpack file extension [[issue #103](https://github.com/PKief/vscode-material-icon-theme/issues/103)]
- package-lock.json
- Aurelia (aurelia.json)

Updated extension:
- improved maintainability
- new logo

## 2.0.11 (2017-07-18)
Added icons:
- React test/spec [[issue #85](https://github.com/PKief/vscode-material-icon-theme/issues/85)]
Expand Down
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
# Material Icon Theme

[![Version](https://vsmarketplacebadge.apphb.com/version/PKief.material-icon-theme.svg)](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)
[![Rating](https://vsmarketplacebadge.apphb.com/rating/PKief.material-icon-theme.svg)](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)
[![Version](https://vsmarketplacebadge.apphb.com/version-short/pkief.material-icon-theme.svg)](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)
[![Rating](https://vsmarketplacebadge.apphb.com/rating-short/pkief.material-icon-theme.svg)](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)
[![Installs](https://vsmarketplacebadge.apphb.com/installs/PKief.material-icon-theme.svg)](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)

[![Build Status](https://travis-ci.org/PKief/vscode-material-icon-theme.svg?branch=master)](https://travis-ci.org/PKief/vscode-material-icon-theme)
[![bitHound Overall Score](https://www.bithound.io/github/PKief/vscode-material-icon-theme/badges/score.svg)](https://www.bithound.io/github/PKief/vscode-material-icon-theme)


The Material Icon Theme provides lots of icons based on Material Design for Visual Studio Code.

### Language icons
### File icons

![Folder icons](https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/master/images/lang-icons.png)
![File icons](https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/master/images/file-icons.png)

### Folder icons

Expand All @@ -24,14 +21,11 @@ You can change the design of the folder icons:

![Folder icons](https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/master/images/set-folder-icons.gif)



## One-click activation
After installation or update you can click on the 'Activate'-button to activate the icon theme, if you haven't already. The icons will be visible immediately.

![activation](https://raw.githubusercontent.com/PKief/vscode-material-icon-theme/master/images/oneclickactivation.png)


## Commands
Press `Ctrl-Shift-P` to open the command palette and type `Material Icons`.

Expand Down
File renamed without changes
Binary file modified images/folder-icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
160 changes: 20 additions & 140 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "material-icon-theme",
"displayName": "Material Icon Theme",
"description": "Material Design Icons for Visual Studio Code",
"version": "2.0.11",
"version": "2.1.0",
"publisher": "PKief",
"engines": {
"vscode": "^1.5.0"
Expand All @@ -17,7 +17,7 @@
},
"icon": "logo.png",
"galleryBanner": {
"color": "#2d2d2d",
"color": "#263238",
"theme": "dark"
},
"categories": [
Expand Down Expand Up @@ -106,19 +106,19 @@
"preview": "ts-node ./scripts/preview"
},
"dependencies": {
"opn": "^5.0.0",
"opn": "^5.1.0",
"semver-compare": "^1.0.0"
},
"devDependencies": {
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.14",
"@types/node": "^8.0.19",
"bithound": "^1.7.0",
"cpx": "^1.5.0",
"mocha": "^3.4.2",
"mocha": "^3.5.0",
"rimraf": "^2.6.1",
"ts-node": "^3.3.0",
"tslint": "^5.5.0",
"typescript": "^2.4.1",
"typescript": "^2.4.2",
"vscode": "^1.1.4"
}
}
}

0 comments on commit a2563fa

Please sign in to comment.