diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e798f27c..0fcc1f9f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,7 @@ }, "customizations": { "vscode": { - "extensions": ["timonwong.shellcheck", "esbenp.prettier-vscode"], + "extensions": ["timonwong.shellcheck", "esbenp.prettier-vscode","ms-python.flake8","donjayamanne.git-extension-pack","ms-python.python","demystifying-javascript.python-extensions-pack","rioukkevin.vscode-git-commit","github.vscode-github-actions"], "settings": { "terminal.integrated.profiles.linux": { "zsh": { diff --git a/.github/workflows/docker-image-dev.yml b/.github/workflows/docker-image-dev.yml index b9f65300..6cea4e16 100644 --- a/.github/workflows/docker-image-dev.yml +++ b/.github/workflows/docker-image-dev.yml @@ -18,6 +18,8 @@ jobs: - uses: actions/checkout@v4 with: submodules: true + fetch-depth: 0 + - name: Login to DockerHub uses: docker/login-action@v3