Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
furkanyazar committed Apr 20, 2024
2 parents 5442a0d + 865e60c commit eccb9fd
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC.


#### [v5.1.0](https://github.com/PKief/vscode-material-icon-theme/compare/v5.0.0...v5.1.0)

> April 20, 2024
- fix: 🚑 golang icon [`#2287`](https://github.com/PKief/vscode-material-icon-theme/pull/2287)
- feat: add all syncpack cosmiconfig config [`#2282`](https://github.com/PKief/vscode-material-icon-theme/pull/2282)
- feat: knip [`#2280`](https://github.com/PKief/vscode-material-icon-theme/pull/2280)
- Updated ES translation [`#2286`](https://github.com/PKief/vscode-material-icon-theme/pull/2286)

#### [v5.0.0](https://github.com/PKief/vscode-material-icon-theme/compare/v4.34.0...v5.0.0)

> April 18, 2024
Expand Down
2 changes: 1 addition & 1 deletion icons/go-mod.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/go.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/knip.svg
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 images/contributors.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 images/fileIcons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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": "5.0.0",
"version": "5.1.0",
"scripts": {
"build": "npm run compile:dev && npm run generateJson",
"check": "ts-node ./src/scripts/icons/checks",
Expand Down
35 changes: 30 additions & 5 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2419,6 +2419,19 @@ export const fileIcons: FileIcons = {
`.nanostagedrc`,
],
},
{
name: 'knip',
fileNames: [
'knip.json',
'knip.jsonc',
'.knip.json',
'.knip.jsonc',
'knip.ts',
'knip.js',
'knip.config.ts',
'knip.config.js',
],
},
{
name: 'taskfile',
fileExtensions: ['taskfile.yml', 'taskfile.yaml'],
Expand Down Expand Up @@ -2492,14 +2505,26 @@ export const fileIcons: FileIcons = {
{
name: 'syncpack',
fileNames: [
'.syncpackrc',
'syncpackrc.json',
'.config/syncpackrc.cjs',
'.config/syncpackrc.js',
'.config/syncpackrc.json',
'.config/syncpackrc.mjs',
'.config/syncpackrc.ts',
'.config/syncpackrc.yaml',
'.config/syncpackrc.yml',
'.config/syncpackrc',
'.syncpackrc.cjs',
'.syncpackrc.js',
'.syncpackrc.json',
'.syncpackrc.mjs',
'.syncpackrc.ts',
'.syncpackrc.yaml',
'.syncpackrc.yml',
'.syncpackrc.js',
'.syncpackrc.cjs',
'syncpack.config.js',
'.syncpackrc',
'syncpack.config.cjs',
'syncpack.config.js',
'syncpack.config.mjs',
'syncpack.config.ts',
],
},
{
Expand Down

0 comments on commit eccb9fd

Please sign in to comment.