From f7e0eabb6de3de83727e154acc712b1560f48d9c Mon Sep 17 00:00:00 2001 From: Florian Verdonck Date: Thu, 5 Sep 2024 22:17:11 +0200 Subject: [PATCH] Update extensions/ipynb/package.nls.json Co-authored-by: Aaron Munger --- extensions/ipynb/package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/ipynb/package.nls.json b/extensions/ipynb/package.nls.json index fa64baaae07..9fc163137f8 100644 --- a/extensions/ipynb/package.nls.json +++ b/extensions/ipynb/package.nls.json @@ -2,7 +2,7 @@ "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.experimental.serialization": "Experimental feature to serialize the Jupyter notebook in a worker thread when using desktop application.", + "ipynb.experimental.serialization": "Experimental feature to serialize the Jupyter notebook in a worker thread. Not supported when the Extension host is running as a web worker.", "newUntitledIpynb.title": "New Jupyter Notebook", "newUntitledIpynb.shortTitle": "Jupyter Notebook", "openIpynbInNotebookEditor.title": "Open IPYNB File In Notebook Editor",