From e9ca473f62df65f58592a10227c147e933b17003 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Wed, 17 Nov 2021 11:42:42 -0800 Subject: [PATCH] Change jupyter language name to make it more clear that it is for raw JSON, not a notebook --- extensions/ipynb/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/ipynb/package.json b/extensions/ipynb/package.json index b31a322dff3..39c35edbb4f 100644 --- a/extensions/ipynb/package.json +++ b/extensions/ipynb/package.json @@ -32,7 +32,7 @@ { "id": "jupyter", "aliases": [ - "Jupyter" + "Jupyter (JSON)" ], "extensions": [ ".ipynb"