diff --git a/.vscodeignore b/.vscodeignore index f4fb3d5..a3c4f5a 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -10,3 +10,4 @@ node_modules/.cache/** !out/**/*.js .github/** .editorconfig +icon.svg diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..df0c287 Binary files /dev/null and b/icon.png differ diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..bb206fe --- /dev/null +++ b/icon.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/package.json b/package.json index ff58062..ee883ac 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "version": "0.1.0", "publisher": "testium", "license": "EUPL-1.2", + "icon": "icon.png", "engines": { "vscode": "^1.80.0" },