Add sample Notebook provider (#17988)

This commit is contained in:
Charles Gagnon
2022-01-05 09:14:54 -08:00
committed by GitHub
parent 4a2b31f3ba
commit b2c919e054
14 changed files with 286 additions and 0 deletions

12
.vscode/tasks.json vendored
View File

@@ -243,6 +243,18 @@
"reveal": "never"
},
"group": "build"
},
{
"type": "npm",
"script": "watch",
"label": "Watch sample-notebook-provider",
"path": "./samples/sample-notebook-provider/package.json",
"problemMatcher": "$tsc-watch",
"isBackground": true,
"presentation": {
"reveal": "never"
},
"group": "build"
}
]
}