Add notebook file icon support (#4419)

- Added to both built-in themes. Long term would be good to contribute this back to Seti so it works without a carbon edit tag.
- Issue #4418 tracks remaining problem where for new notebooks it's not set initially. This is blocked by Raj's work so will update once that lands.
This commit is contained in:
Kevin Cunnane
2019-03-12 21:23:43 -07:00
committed by GitHub
parent 58e5125cde
commit b495fb7a37
8 changed files with 42 additions and 6 deletions

View File

@@ -29,6 +29,12 @@
},
"_file_light": {
"iconPath": "./images/Document_16x.svg"
},
"notebook": {
"iconPath": "./images/notebook.svg"
},
"notebook_dark": {
"iconPath": "./images/notebook_inverse.svg"
}
},
@@ -39,12 +45,14 @@
"rootFolder": "_root_folder_dark",
"fileExtensions": {
// icons by file extension
"ipynb": "notebook_dark"
},
"fileNames": {
// icons by file name
},
"languageIds": {
// icons by language id
"notebook": "notebook_dark"
},
"light": {
"folderExpanded": "_folder_open_light",
@@ -54,12 +62,14 @@
"file": "_file_light",
"fileExtensions": {
// icons by file extension
"ipynb": "notebook"
},
"fileNames": {
// icons by file name
},
"languageIds": {
// icons by language id
"notebook": "notebook"
}
},
"highContrast": {