mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Correctly handle creating and saving untitled notebook .dib files. (#18744)
This commit is contained in:
@@ -329,6 +329,14 @@
|
||||
"Notebook"
|
||||
],
|
||||
"configuration": "./language-configuration.json"
|
||||
}, {
|
||||
"id": "dib",
|
||||
"extensions": [
|
||||
".dib"
|
||||
],
|
||||
"aliases": [
|
||||
".NET Interactive Notebook"
|
||||
]
|
||||
}
|
||||
],
|
||||
"menus": {
|
||||
|
||||
Reference in New Issue
Block a user