Skip to content

Instantly share code, notes, and snippets.

@felipem775
Created February 26, 2025 09:39
Show Gist options
  • Save felipem775/5a169ee5d399884c48dc36af928bfe01 to your computer and use it in GitHub Desktop.
Save felipem775/5a169ee5d399884c48dc36af928bfe01 to your computer and use it in GitHub Desktop.
vscode f9 evaluate
# control alt p: Preferences: Open Keyboard Shortcuts (JSON)
// Coloque sus atajos de teclado en este archivo para sobreescribir los valores predeterminados
[
{
"key": "f9",
"command": "-editor.debug.action.toggleBreakpoint",
"when": "debuggersAvailable && disassemblyViewFocus || debuggersAvailable && editorTextFocus"
},
{
"key": "f9",
"command": "editor.debug.action.selectionToRepl"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment