diff --git a/.vscodeignore b/.vscodeignore index e7f0c8e..02b6526 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -4,4 +4,5 @@ !LICENSE !syntaxes !snippets -!language-configuration.json \ No newline at end of file +!language-configuration.json +!image \ No newline at end of file diff --git a/image/conjure-logo.png b/image/conjure-logo.png new file mode 100644 index 0000000..7eb68b5 Binary files /dev/null and b/image/conjure-logo.png differ diff --git a/package.json b/package.json index 05cb7aa..526aaaf 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "url": "https://github.com/Maurice-Byrne/conjure-vs-code", "type": "git" }, + "icon": "image/conjure-logo.png", "description": "VS Code extension for conjure", "version": "0.1.1", "engines": {