Skip to content

Commit

Permalink
Merge pull request #289 from black7375/monorepo-setting
Browse files Browse the repository at this point in the history
Update README for monorepo setting
  • Loading branch information
kahole committed Mar 4, 2024
2 parents b968cfd + cd6b2e5 commit 5254658
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 5254658

Please sign in to comment.