From a851cf0e2395dae482e9ec688cd0169617223fc4 Mon Sep 17 00:00:00 2001 From: Ole Kristian Hoel Date: Sat, 1 Oct 2022 14:15:01 +0200 Subject: [PATCH] Fix for Issue #4043 --- snippets/PowerShell.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/PowerShell.json b/snippets/PowerShell.json index 122d73b108..fbc7bedecb 100644 --- a/snippets/PowerShell.json +++ b/snippets/PowerShell.json @@ -203,7 +203,7 @@ "\t${6:Explanation of the function or its result. You can include multiple examples with additional .EXAMPLE lines}", "#>", "", - "{0}" + "${0:$TM_SELECTED_TEXT}" ] }, "Function-Advanced": {