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