From 14e112c23d49ad94699627f3baaff11731a2221f Mon Sep 17 00:00:00 2001 From: Sam Abbott Date: Fri, 4 Feb 2022 15:50:18 +0000 Subject: [PATCH] add github to vscode tools for dev environmenth --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6717a1de..66b4b139 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -21,7 +21,8 @@ "shan.code-settings-sync", "searking.preview-vscode", "tht13.html-preview-vscode", - "formulahendry.code-runner" + "formulahendry.code-runner", + "github.vscode-pull-request-github" ], // Use 'forwardPorts' to make a list of ports inside the container available locally.