From 1be8da450ae440f44e0a7ef66964b8da898a9a71 Mon Sep 17 00:00:00 2001 From: hubwriter Date: Fri, 18 Mar 2022 09:23:08 +0000 Subject: [PATCH] Change publisher of open-reusables extension Changed publisher to AlistairChristie to pick up the extension from the VS Code Marketplace: https://marketplace.visualstudio.com/items?itemName=AlistairChristie.open-reusables --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ab835f2098..e8dc09b104 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -22,7 +22,7 @@ "davidanson.vscode-markdownlint", "bierner.markdown-preview-github-styles", "streetsidesoftware.code-spell-checker", - "docs.open-reusables" + "alistairchristie.open-reusables" ], // Use 'forwardPorts' to make a list of ports inside the container available locally.