From 7b59f21a8b3997385cf8255ede642715acdeecde Mon Sep 17 00:00:00 2001 From: "marcio.fernandes" Date: Sun, 23 Nov 2025 11:06:58 +0000 Subject: [PATCH] Update devops/templates/devcontainer.json --- devops/templates/devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devops/templates/devcontainer.json b/devops/templates/devcontainer.json index a60b1ea..b793aad 100644 --- a/devops/templates/devcontainer.json +++ b/devops/templates/devcontainer.json @@ -19,7 +19,9 @@ "rogalmic.bash-debug", "streetsidesoftware.code-spell-checker", "ms-azuretools.vscode-containers", - "eamodio.gitlens" + "eamodio.gitlens", + "shd101wyy.markdown-preview-enhanced", + "bierner.markdown-preview-github-styles" ] } }