Skip to content

Commit

Permalink
Update 2.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Gael-Lopes-Da-Silva committed Nov 9, 2024
1 parent ae47201 commit a288edc
Show file tree
Hide file tree
Showing 11 changed files with 3,338 additions and 605 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules/
package-lock.json
node_modules
20 changes: 12 additions & 8 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
.github/
.gitignore
.vscode/**
build/
icons/pack/
node_modules/
package-lock.json
samples/
*
*/**

!icons/asset
!icons/*.json
!resources/*
!screenshots/*
!themes/*
!CHANGELOG.md
!LICENSE.md
!package.json
!README.md
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

---

### 2.3.9
- Update publish config
- Better sh support
- Added some icons (diff, nu)

### 2.3.8
- Fix icons with wrong path

Expand Down
Binary file not shown.
File renamed without changes
File renamed without changes
8 changes: 8 additions & 0 deletions icons/yellowed_icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"dbf": "_card_file_box",
"dex": "_gear",
"dif": "_calendar",
"diff": "_file_cabinet_flat",
"dill": "_gear",
"directory": "_card_index_dividers",
"dist": "_scroll",
Expand Down Expand Up @@ -195,6 +196,7 @@
"node": "_package",
"nojekyll": "_gear",
"npmignore": "_pushpin",
"nu": "_chestnut_flat",
"nvmrc": "_gear",
"nycrc": "_scroll",
"o": "_gear",
Expand Down Expand Up @@ -456,6 +458,9 @@
"_card_index_dividers": {
"iconPath": "./asset/card_index_dividers_flat.svg"
},
"_chestnut_flat": {
"iconPath": "./asset/chestnut_flat.svg"
},
"_clapper_board": {
"iconPath": "./asset/clapper_board_flat.svg"
},
Expand Down Expand Up @@ -510,6 +515,9 @@
"_feather": {
"iconPath": "./asset/feather_flat.svg"
},
"_file_cabinet_flat": {
"iconPath": "./asset/file_cabinet_flat.svg"
},
"_file_folder": {
"iconPath": "./asset/file_folder_flat.svg"
},
Expand Down
Loading

0 comments on commit a288edc

Please sign in to comment.