From 95c85cff1114c878becf11d4f846e0c16933bcdd Mon Sep 17 00:00:00 2001 From: lcenchew Date: Thu, 30 Jul 2020 12:57:12 +0000 Subject: [PATCH] build(remote-container): Add Conventional Commits extension Use this extension to support Conventional Commits https://www.conventionalcommits.org/ https://github.com/vivaxy/vscode-conventional-commits --- .devcontainer/devcontainer.json | 3 ++- .gitpod.yml | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9a80eb7..259f518 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -30,7 +30,8 @@ // Add the IDs of extensions you want installed when the container is created. "extensions": [ - "ms-python.python", + "vivaxy.vscode-conventional-commits", + "ms-python.python", "ms-azuretools.vscode-docker", "eamodio.gitlens" ] diff --git a/.gitpod.yml b/.gitpod.yml index 81834c4..90bf4e6 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,10 +3,9 @@ image: vscode: extensions: + - vivaxy.vscode-conventional-commits@1.10.1:ztHr0xX5hkfQilbTTFitFw== - ms-python.python@2020.2.3:oethNcrfvC+cDEMhE0IYvg== - vscode.yaml@1.45.1:MaZ9v4p9kS5M5nGNqIEgxQ== - - vscode.docker@1.45.1:eQ/pnJJVK3y7ID81nCWhTA== - - ms-azuretools.vscode-docker@1.0.0:lkwF6l0OviFw2Iyfgrl5VA== - eamodio.gitlens@10.2.1:WIWu3zHU4VPT8r/v866LUw== tasks: