diff --git a/vscode/keybindings.json b/vscode/keybindings.json index 2b3fddc..92d9650 100644 --- a/vscode/keybindings.json +++ b/vscode/keybindings.json @@ -16,6 +16,15 @@ "key": "ctrl+r", "command": "-workbench.action.terminal.chat.rerunRequest" }, + { + "key": "ctrl+r", + "command": "-workbench.action.browser.reload", + }, + { + "key": "ctrl+r", + "command": "-workbench.action.reloadWindow", + "when": "isDevelopment" + }, { "key": "ctrl+r", "command": "workbench.action.reloadWindow"