Skip to content

Commit 98f401e

Browse files
authored
Fix .ipynb extension name capitalization (microsoft#164817)
Towards microsoft/vscode-jupyter#11773
1 parent 2ada565 commit 98f401e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ipynb/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"displayName": ".ipynb support",
2+
"displayName": ".ipynb Support",
33
"description": "Provides basic support for opening and reading Jupyter's .ipynb notebook files",
44
"ipynb.experimental.pasteImages.enabled":"Enable/Disable pasting images into markdown cells within ipynb files. Requires enabling `#editor.experimental.pasteActions.enabled#`."
55
}

0 commit comments

Comments
 (0)