Skip to content

Commit

Permalink
feat: Add the logo of the built-in extension (microsoft#192999)
Browse files Browse the repository at this point in the history
* feat: Add the logo of the built-in extension

* chore(extension): add compressed icon

---------

Co-authored-by: Martin Aeschlimann <[email protected]>
  • Loading branch information
yiliang114 and aeschli authored Oct 5, 2023
1 parent cefe96c commit f6790fc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
Binary file added extensions/ipynb/media/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions extensions/ipynb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"publisher": "vscode",
"version": "1.0.0",
"license": "MIT",
"icon": "media/icon.png",
"engines": {
"vscode": "^1.57.0"
},
Expand Down
Binary file added extensions/notebook-renderers/media/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions extensions/notebook-renderers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"publisher": "vscode",
"version": "1.0.0",
"license": "MIT",
"icon": "media/icon.png",
"engines": {
"vscode": "^1.57.0"
},
Expand Down

0 comments on commit f6790fc

Please sign in to comment.