chore: clean files
This commit is contained in:
parent
1d80882bf6
commit
66bd86fd0c
2 changed files with 2 additions and 19 deletions
|
@ -20,10 +20,8 @@
|
|||
"import": "node ./scripts/import.js"
|
||||
},
|
||||
"categories": [
|
||||
"Theme",
|
||||
"Material",
|
||||
"Design",
|
||||
"Themes"
|
||||
"Themes",
|
||||
"Other"
|
||||
],
|
||||
"contributes": {
|
||||
"themes": [
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"iconDefinitions": {<% for( var i = 0; i < icons.length; i++ ){ %>
|
||||
"_<%= icons[i] %>": {
|
||||
"iconPath": "svg/<%= icons[i] %>.svg"
|
||||
}<% if( i !== (icons.length - 1)){ %>,<%} %><% } %>
|
||||
},
|
||||
"fileExtensions": {
|
||||
"md": "_markdown",
|
||||
"js": "_js",
|
||||
"css": "_css",
|
||||
"scss": "_scss",
|
||||
"sass": "_sass",
|
||||
"json": "_json"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue