1
1
mirror of https://github.com/kahole/edamagit.git synced 2024-07-14 10:30:24 +03:00

Update README for monorepo setting

This commit is contained in:
MS_Y 2024-03-01 16:00:10 +09:00 committed by GitHub
parent b968cfda62
commit cd6b2e5fcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`.