From 175ecbbdb246d492d308e3f762961960be1381b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Mrzyg=C5=82osz?= Date: Mon, 16 Sep 2024 14:07:37 +0200 Subject: [PATCH] explain how to apply keybindings.json (#60) --- .vscode/keybindings.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.vscode/keybindings.json b/.vscode/keybindings.json index cf9785f..d5ef123 100644 --- a/.vscode/keybindings.json +++ b/.vscode/keybindings.json @@ -1,5 +1,11 @@ -// This file does not get automatically applied -// @TODO: Make it work or document how to copy to user keybindings +// This file is not automatically applied. +// To enable it, follow these steps: + +// 1. Open the Command Palette: `cmd + shift + p` +// 2. Start typing "keyboard shortcuts" +// 3. Select "Preferences: Open Keyboard Shortcuts (JSON)" +// 4. Paste the snippet below or add it to the existing shortcuts array: + [ { "key": "cmd+shift+n",