Localize ipynb extension commands (#172272)

* Localize ipynb extension commands

* More updates
This commit is contained in:
Don Jayamanne
2023-01-27 08:24:22 +11:00
committed by GitHub
parent 75d10e42f1
commit 5efc2a498a
2 changed files with 12 additions and 8 deletions

View File

@@ -1,5 +1,10 @@
{
"displayName": ".ipynb Support",
"description": "Provides basic support for opening and reading Jupyter's .ipynb notebook files",
"ipynb.pasteImagesAsAttachments.enabled": "Enable/disable pasting of images into Markdown cells in ipynb notebook files. Pasted images are inserted as attachments to the cell."
"ipynb.pasteImagesAsAttachments.enabled": "Enable/disable pasting of images into Markdown cells in ipynb notebook files. Pasted images are inserted as attachments to the cell.",
"newUntitledIpynb.title": "New Jupyter Notebook",
"newUntitledIpynb.shortTitle": "Jupyter Notebook",
"openIpynbInNotebookEditor.title": "Open IPYNB File In Notebook Editor",
"cleanInvalidImageAttachment.title": "Clean Invalid Image Attachment Reference",
"markdownAttachmentRenderer.displayName": "Markdown it ipynb Cell Attachment renderer"
}