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

@@ -14,5 +14,12 @@
"path": "./themes/hc_black.json"
}
]
}
},
"iconThemes": [
{
"id": "vs-minimal",
"label": "Minimal (Azure Data Studio)",
"path": "./fileicons/vs_minimal-icon-theme.json"
}
]
}