1
1
mirror of https://github.com/kahole/edamagit.git synced 2024-08-15 18:20:30 +03:00

Merge pull request #289 from black7375/monorepo-setting

Update README for monorepo setting
This commit is contained in:
Kristian Andersen Hole 2024-03-04 22:45:35 +01:00 committed by GitHub
commit 5254658934
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`.