From ade8676551eef860fe03dce72807cd66a3a27691 Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Fri, 5 Aug 2022 07:31:34 +0000 Subject: [PATCH] configuration of devcontainer is changed --- .devcontainer/devcontainer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e90953e..3f2a882 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -28,6 +28,8 @@ }, // VS Code don't watch files under ./target "files.watcherExclude": { + "**/.git/objects/**": true, + "**/.git/subtree-cache/**": true, "**/target/**": true }, "rust-analyzer.checkOnSave.command": "clippy",