Skip to content

Commit 4da3b77

Browse files
committed
Merge branch 'feature/postman-folders' of https://github.com/milkyware/vscode-material-icon-theme into feature/postman-folders
2 parents c00c4f1 + d3ceb1b commit 4da3b77

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343

4444
- name: 🔧 Setup Bun
45-
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2
45+
uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2
4646
with:
4747
bun-version-file: ".bun-version"
4848

.github/workflows/icon-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
icons/
4242
4343
- name: 🔧 Setup Bun
44-
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2
44+
uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2
4545
with:
4646
bun-version-file: "main/.bun-version"
4747

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
token: ${{ steps.app-token.outputs.token }}
2828

2929
- name: 🔧 Setup Bun
30-
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2
30+
uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2
3131
with:
3232
bun-version-file: ".bun-version"
3333

src/core/icons/fileIcons.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ export const fileIcons: FileIcons = {
398398
'vcxitems.filters',
399399
'vcxproj',
400400
'vcxproj.filters',
401+
'wixproj',
401402
],
402403
fileNames: ['.vsconfig'],
403404
},
@@ -2359,7 +2360,7 @@ export const fileIcons: FileIcons = {
23592360
{
23602361
name: 'nuget',
23612362
fileNames: ['nuget.config', '.nuspec', 'nuget.exe'],
2362-
fileExtensions: ['nupkg'],
2363+
fileExtensions: ['nupkg', 'nuspec'],
23632364
},
23642365
{ name: 'command', fileExtensions: ['command'] },
23652366
{

0 commit comments

Comments
 (0)