chore: Fix build folder icon
This commit is contained in:
parent
c3ffa6a0f7
commit
3f5de1096a
2 changed files with 2 additions and 8 deletions
|
@ -121,15 +121,9 @@
|
|||
"_folder_dark": {
|
||||
"iconPath": "../icons/folder_dark.svg"
|
||||
},
|
||||
"_folder_dark_build": {
|
||||
"iconPath": "../icons/folder_dark_build.svg"
|
||||
},
|
||||
"_folder_light": {
|
||||
"iconPath": "../icons/folder_light.svg"
|
||||
},
|
||||
"_folder_light_build": {
|
||||
"iconPath": "../icons/folder_light_build.svg"
|
||||
},
|
||||
"_file_folder": {
|
||||
"iconPath": "../icons/file_folder.svg"
|
||||
},
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
".vscode": "_folder_vscode",
|
||||
".gulp": "_folder_gulp",
|
||||
"gulp": "_folder_gulp",
|
||||
"build": "_folder_dark_build",
|
||||
"build": "_folder_dark_dist",
|
||||
"dist": "_folder_dist"
|
||||
},
|
||||
"folderNamesExpanded": {
|
||||
|
@ -28,6 +28,6 @@
|
|||
".github": "_folder_github_open",
|
||||
".gulp": "_folder_gulp_open",
|
||||
".vscode": "_folder_vscode_open",
|
||||
"build": "_folder_open_build",
|
||||
"build": "_folder_open_dist",
|
||||
"dist": "_folder_dist_open"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue