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": {
|
"_folder_dark": {
|
||||||
"iconPath": "../icons/folder_dark.svg"
|
"iconPath": "../icons/folder_dark.svg"
|
||||||
},
|
},
|
||||||
"_folder_dark_build": {
|
|
||||||
"iconPath": "../icons/folder_dark_build.svg"
|
|
||||||
},
|
|
||||||
"_folder_light": {
|
"_folder_light": {
|
||||||
"iconPath": "../icons/folder_light.svg"
|
"iconPath": "../icons/folder_light.svg"
|
||||||
},
|
},
|
||||||
"_folder_light_build": {
|
|
||||||
"iconPath": "../icons/folder_light_build.svg"
|
|
||||||
},
|
|
||||||
"_file_folder": {
|
"_file_folder": {
|
||||||
"iconPath": "../icons/file_folder.svg"
|
"iconPath": "../icons/file_folder.svg"
|
||||||
},
|
},
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
".vscode": "_folder_vscode",
|
".vscode": "_folder_vscode",
|
||||||
".gulp": "_folder_gulp",
|
".gulp": "_folder_gulp",
|
||||||
"gulp": "_folder_gulp",
|
"gulp": "_folder_gulp",
|
||||||
"build": "_folder_dark_build",
|
"build": "_folder_dark_dist",
|
||||||
"dist": "_folder_dist"
|
"dist": "_folder_dist"
|
||||||
},
|
},
|
||||||
"folderNamesExpanded": {
|
"folderNamesExpanded": {
|
||||||
|
@ -28,6 +28,6 @@
|
||||||
".github": "_folder_github_open",
|
".github": "_folder_github_open",
|
||||||
".gulp": "_folder_gulp_open",
|
".gulp": "_folder_gulp_open",
|
||||||
".vscode": "_folder_vscode_open",
|
".vscode": "_folder_vscode_open",
|
||||||
"build": "_folder_open_build",
|
"build": "_folder_open_dist",
|
||||||
"dist": "_folder_dist_open"
|
"dist": "_folder_dist_open"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue