mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -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:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user