From 53217ce293130d68c6d85fe37b989eeba98e6ba3 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 22 Nov 2022 06:48:57 +0000 Subject: [PATCH] Devcontainer --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7459f1a..62c723c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,7 +16,8 @@ "ms-toolsai.jupyter-renderers", "ms-toolsai.vscode-jupyter-slideshow", "ms-python.python", - "ms-python.vscode-pylance" + "ms-python.vscode-pylance", + "george-alisson.html-preview-vscode" ] } }