mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
avoid conflict with jupyter in OSS
This commit is contained in:
@@ -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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user