From cdc394ff6eb76df3fd31cb5fe30b838daf2e48d7 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 6 Jul 2026 13:01:29 +0000 Subject: [PATCH] chore: enable copying host git config in devcontainer settings --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 39f9bcaade..2aac5eb426 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -22,6 +22,7 @@ "customizations": { "vscode": { "settings": { + "dev.containers.copyGitConfig": true, "stylelint.enable": true, "css.validate": false, "scss.validate": false,