1
1
mirror of https://github.com/kahole/edamagit.git synced 2024-09-11 07:15:31 +03:00

fix helpView resolution of user keybindings (#266)

This commit is contained in:
kahole 2023-07-13 21:34:20 +02:00
parent 95ebda5fb4
commit 5d8e5df78e

View File

@ -15,7 +15,7 @@ export async function magitDispatch(repository: MagitRepository) {
}
async function openHelpView(repository: MagitRepository) {
let keybindingsPath = path.join(logPath, '..', '..', '..', '..', 'User', 'keybindings.json');
let keybindingsPath = path.join(logPath, '..', '..', '..', '..', '..', 'User', 'keybindings.json');
let userKeyBindings = [];
try {