From 173667b46b104eeb0c7ff00d685a1480671f9929 Mon Sep 17 00:00:00 2001 From: BTCRob1993 <122697853+BTCRob1993@users.noreply.github.com> Date: Tue, 14 Nov 2023 19:51:27 +0100 Subject: [PATCH] Rename devcontainer.json to apps-devcontainer.json --- .devcontainer/{devcontainer.json => apps-devcontainer.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .devcontainer/{devcontainer.json => apps-devcontainer.json} (99%) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/apps-devcontainer.json similarity index 99% rename from .devcontainer/devcontainer.json rename to .devcontainer/apps-devcontainer.json index 0ca381c3..ef537ed1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/apps-devcontainer.json @@ -33,4 +33,4 @@ "git": "os-provided", "azure-cli": "latest" } -} \ No newline at end of file +}