From 348962e7f1672826987962293c6dbe9462caca24 Mon Sep 17 00:00:00 2001 From: Nils Dijk Date: Tue, 14 Sep 2021 15:05:33 +0200 Subject: [PATCH] Add liveshare as a default extension for collaboration --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e955ede81..6f3c636a4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,5 +4,6 @@ "forwardPorts": [9700], "extensions": [ "ms-vscode.cpptools", + "ms-vsliveshare.vsliveshare", ], }