Skip to content

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed May 6, 2018
1 parent 00e05a6 commit 8411753
Show file tree
Hide file tree
Showing 7 changed files with 219 additions and 467 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,17 @@
# Changelog
## 3.4.0 (2018-05-06)
### New icons
- debug folder ([@Bond-009](https://github.com/Bond-009) in [#236](https://github.com/PKief/vscode-material-icon-theme/pull/236))
- Fastlane ([@dudeofawesome](https://github.com/dudeofawesome) in [#237](https://github.com/PKief/vscode-material-icon-theme/pull/237))
- Gemfile ([@dudeofawesome](https://github.com/dudeofawesome) in [#240](https://github.com/PKief/vscode-material-icon-theme/pull/240))
- plugin folder
- .cache folder
- awk
- cfm

### Other improvements
- Force wildcards to override file names if necessary ([issue #241](https://github.com/PKief/vscode-material-icon-theme/issues/241))

## 3.3.0 (2018-04-08)
### New icons
- Processing (*.pde) ([@JotaroS](https://github.com/JotaroS) in [#229](https://github.com/PKief/vscode-material-icon-theme/pull/229))
Expand Down
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -45,7 +45,9 @@ You can customize the icon associations directly in the user settings.

### File associations

With the `*.[extension]` pattern you can define custom file icon associations. For example you could define an icon for `*.sample` and every file that ends with `.sample` will have the defined icon. If there's no leading `*` it will be automatically configured as filename and not as file extension.
With the `*.[extension]` pattern you can define custom file icon associations. For example you could define an icon for `*.sample` and every file that ends with `.sample` will have the defined icon. Use `**.[extension]` with two asterisks to apply the file association also for the filenames ending with that file extension.

If there's no leading `*` it will be automatically configured as filename and not as file extension.

```json
"material-icon-theme.files.associations": {
Expand Down
Binary file modified images/fileIcons.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/folderIcons.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8411753

Please sign in to comment.