Skip to content

Commit

Permalink
Update README for monorepo setting
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 authored Mar 1, 2024
1 parent b968cfd commit cd6b2e5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit cd6b2e5

Please sign in to comment.