chore: Drafts accented icon themes

This commit is contained in:
OctoD 2017-06-12 19:49:50 +02:00
parent 35beede550
commit 00b4b0df1e
8 changed files with 222 additions and 14 deletions

9
.vscode/launch.json vendored
View file

@ -4,6 +4,15 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Gulp build-icons",
"program": "${workspaceRoot}/node_modules/gulp/bin/gulp.js",
"args": [
"build:icons.accents"
]
},
{
"name": "Launch Extension",
"type": "extensionHost",