avoid conflict with jupyter in OSS

This commit is contained in:
rebornix
2020-04-23 14:30:44 -07:00
parent 3c4ad2d821
commit 9b11e5d500
5 changed files with 9 additions and 9 deletions

View File

@@ -29,12 +29,12 @@
"contributes": {
"notebookProvider": [
{
"viewType": "notebookTest",
"displayName": "Notebook Test",
"viewType": "notebookCoreTest",
"displayName": "Notebook Core Test",
"selector": [
{
"filenamePattern": "*.ipynb",
"excludeFileNamePattern": "*.test.ipynb"
"filenamePattern": "*.vsctestnb",
"excludeFileNamePattern": ""
}
]
}