mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
make sure dirty state of notebooks from simple content provider is reflected in extension host, add integration test
This commit is contained in:
@@ -135,6 +135,15 @@
|
||||
"filenamePattern": "**/*.nbdtest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"viewType": "notebook.nbdserializer",
|
||||
"displayName": "notebook.nbdserializer",
|
||||
"selector": [
|
||||
{
|
||||
"filenamePattern": "**/*.nbdserializer"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user