added build stuff

This commit is contained in:
Michael Lively
2022-07-19 12:40:24 -07:00
parent 0fa857c9a1
commit 3981a5804c
2 changed files with 62 additions and 0 deletions

View File

@@ -51,6 +51,16 @@
"priority": "default"
}
],
"notebookRenderer": [
{
"id": "vscode.markdown-it-cell-attachment-renderer-extension",
"displayName": "Markdown it ipynb Cell Attachment renderer",
"entrypoint": {
"extends": "vscode.markdown-it-renderer",
"path": "./out/cellAttachmentRenderer.js"
}
}
],
"menus": {
"file/newFile": [
{