Skip to content

Commit 3da9a84

Browse files
yiliang114aeschli
authored andcommitted
feat: Add the logo of the built-in extension (microsoft#192999)
* feat: Add the logo of the built-in extension * chore(extension): add compressed icon --------- Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
1 parent 6dd40fa commit 3da9a84

4 files changed

Lines changed: 2 additions & 0 deletions

File tree

extensions/ipynb/media/icon.png

29.3 KB
Loading

extensions/ipynb/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"publisher": "vscode",
66
"version": "1.0.0",
77
"license": "MIT",
8+
"icon": "media/icon.png",
89
"engines": {
910
"vscode": "^1.57.0"
1011
},
10.4 KB
Loading

extensions/notebook-renderers/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"publisher": "vscode",
66
"version": "1.0.0",
77
"license": "MIT",
8+
"icon": "media/icon.png",
89
"engines": {
910
"vscode": "^1.57.0"
1011
},

0 commit comments

Comments
 (0)