make sure dirty state of notebooks from simple content provider is reflected in extension host, add integration test

This commit is contained in:
Johannes Rieken
2021-03-30 11:50:20 +02:00
parent 5cf75096a6
commit 29a1cfddcd
5 changed files with 87 additions and 27 deletions

View File

@@ -135,6 +135,15 @@
"filenamePattern": "**/*.nbdtest"
}
]
},
{
"viewType": "notebook.nbdserializer",
"displayName": "notebook.nbdserializer",
"selector": [
{
"filenamePattern": "**/*.nbdserializer"
}
]
}
]
},