parent
384d8d27a2
commit
a2ba7f8041
4 changed files with 10 additions and 2 deletions
|
@ -31,7 +31,8 @@
|
|||
"_folder_git_open",
|
||||
"_folder_github_open",
|
||||
"_folder_test_open",
|
||||
"_folder_dist_open"
|
||||
"_folder_dist_open",
|
||||
"_folder_ci_open"
|
||||
],
|
||||
"changelog": {
|
||||
"lastversion": "1.1.2"
|
||||
|
@ -39,6 +40,12 @@
|
|||
"icons": {
|
||||
"theme": {
|
||||
"iconDefinitions": {
|
||||
"_folder_ci": {
|
||||
"iconPath": "../icons/folder_ci.svg"
|
||||
},
|
||||
"_folder_ci_open": {
|
||||
"iconPath": "../icons/folder_ci_open.svg"
|
||||
},
|
||||
"_folder_dist": {
|
||||
"iconPath": "../icons/folder_dist.svg"
|
||||
},
|
||||
|
@ -184,6 +191,7 @@
|
|||
"_folder_git",
|
||||
"_folder_github",
|
||||
"_folder_test",
|
||||
"_folder_dist"
|
||||
"_folder_dist",
|
||||
"_folder_ci"
|
||||
]
|
||||
}
|
Binary file not shown.
BIN
src/icons/svgs/folder_ci.svg
Normal file
BIN
src/icons/svgs/folder_ci.svg
Normal file
Binary file not shown.
BIN
src/icons/svgs/folder_ci_open.svg
Normal file
BIN
src/icons/svgs/folder_ci_open.svg
Normal file
Binary file not shown.
Loading…
Reference in a new issue