diff --git a/.vscodeignore b/.vscodeignore index 83bd53dc..285196d9 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -10,3 +10,4 @@ vsc-extension-quickstart.md **/*.map **/*.ts node_modules +icon.svg diff --git a/icon.png b/icon.png new file mode 100644 index 00000000..07a00cf6 Binary files /dev/null and b/icon.png differ diff --git a/icon.svg b/icon.svg new file mode 100644 index 00000000..8e78d808 --- /dev/null +++ b/icon.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + diff --git a/package.json b/package.json index faaa748f..e7030da2 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "publisher": "KoichiSasada", "version": "0.0.11", "license": "MIT", + "icon": "icon.png", "author": { "name": "Koichi Sasada", "email": "ko1@atdot.net",