From cd6b2e5fcf36d2f5006f49073010015a5740ab52 Mon Sep 17 00:00:00 2001 From: MS_Y Date: Fri, 1 Mar 2024 16:00:10 +0900 Subject: [PATCH] Update README for monorepo setting --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3c29883..dc7c566 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,16 @@ Essential commands - `Hide-status-sections`: Hide listed sections from status view. - `Quick-switch-enabled`: Automatically confirm switch menu after enabling a switch (e.g. --force) +## Monorepo support + +When used in a monorepo, you need to make sure that the subdirectory can detect the parent's `.git`. + +```json +{ + "git.openRepositoryInParentFolders": "always", +} +``` + ## Vim support (VSCodeVim) All edamagit keybindings are customizable using VSCode's built-in `keybindings.json`.