mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user