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", ], }