From 3a277ad757dbc51a43a5dd452d030c67a49d49f1 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Thu, 12 May 2022 16:10:51 -0400 Subject: restructure and update cli (#11) * restructure and update cli * typo --- collection/jupyterlab/feature.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 collection/jupyterlab/feature.json (limited to 'collection/jupyterlab/feature.json') diff --git a/collection/jupyterlab/feature.json b/collection/jupyterlab/feature.json deleted file mode 100644 index e080339..0000000 --- a/collection/jupyterlab/feature.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "id": "jupyterlab", - "name": "Jupyter Lab", - "options": { - "version": { - "type": "string", - "proposals": ["latest", "3.6.2"], - "default": "latest", - "description": "Select or enter a jupyterlab version." - } - }, - "extensions": [ - "ms-python.python", - "ms-python.vscode-pylance", - "ms-toolsai.jupyter" - ], - "install": { - "app": "", - "file": "install.sh" - } -} \ No newline at end of file -- cgit v1.2.3