feat: Add the logo of the built-in extension (#192999)

* feat: Add the logo of the built-in extension

* chore(extension): add compressed icon

---------

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
pull/194943/head
易良 2023-10-06 01:40:24 +08:00 committed by GitHub
parent cefe96c5a1
commit f6790fc1a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -5,6 +5,7 @@
"publisher": "vscode",
"version": "1.0.0",
"license": "MIT",
"icon": "media/icon.png",
"engines": {
"vscode": "^1.57.0"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -5,6 +5,7 @@
"publisher": "vscode",
"version": "1.0.0",
"license": "MIT",
"icon": "media/icon.png",
"engines": {
"vscode": "^1.57.0"
},