Skip to content

Commit e46c527

Browse files
authored
Update functions-run-function-test-local-vs-code.md
Clarified how to end execution (because this didn't work for me when the main VS Code window was focused.)
1 parent 7199793 commit e46c527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-run-function-test-local-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Visual Studio Code integrates with [Azure Functions Core tools](../articles/azur
2424

2525
1. When the function executes locally and returns a response, a notification is raised in Visual Studio Code. Information about the function execution is shown in **Terminal** panel.
2626

27-
1. Press <kbd>Ctrl + C</kbd> to stop Core Tools and disconnect the debugger.
27+
1. With the **Terminal** panel focused, press <kbd>Ctrl + C</kbd> to stop Core Tools and disconnect the debugger.

0 commit comments

Comments
 (0)