From 06612965042c6c51888b42fffa86ccc8ad7be572 Mon Sep 17 00:00:00 2001 From: French Ben Date: Wed, 17 Jul 2024 12:53:38 -0700 Subject: [PATCH] fix: update inline suggestion trigger shortcut (#139) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b24680..243a181 100644 --- a/package.json +++ b/package.json @@ -230,7 +230,7 @@ ], "keybindings": [ { - "key": "cmd+shift+l", + "key": "alt+shift+l", "command": "editor.action.inlineSuggest.trigger" }, {