diff --git a/icon.png b/icon.png deleted file mode 100644 index 912ec15..0000000 Binary files a/icon.png and /dev/null differ diff --git a/misc/icon.png b/misc/icon.png new file mode 100644 index 0000000..65e8de5 Binary files /dev/null and b/misc/icon.png differ diff --git a/package.json b/package.json index 5c3670c..4404e62 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "haste", "displayName": "Haste", - "description": "Create your file-based powerful snippets.", + "description": "Create your file-based context-aware snippets.", "version": "0.0.1", "author": "Anantachai Saothong", "publisher": "thisismanta", @@ -24,9 +24,9 @@ "bugs": { "url": "https://github.com/ThisIsManta/vscode-haste/issues" }, - "icon": "icon.png", + "icon": "misc/icon.png", "galleryBanner": { - "color": "#283593", + "color": "#ffea00", "theme": "light" }, "engines": { @@ -37,6 +37,12 @@ ], "main": "./dist/extension", "contributes": { + "commands": [ + { + "command": "haste", + "title": "Insert a powerful file-based context-aware snippet" + } + ], "configuration": { "title": "Haste", "properties": { @@ -201,12 +207,6 @@ } } }, - "commands": [ - { - "command": "haste", - "title": "Inserts a powerful file-based snippet" - } - ], "keybindings": [ { "command": "haste",