Skip to content

Commit a4f42a1

Browse files
authored
Fix Function Help snippet (#4195)
1 parent 7dd91ed commit a4f42a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/PowerShell.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
"\t${6:Explanation of the function or its result. You can include multiple examples with additional .EXAMPLE lines}",
204204
"#>",
205205
"",
206-
"{0}"
206+
"${0:$TM_SELECTED_TEXT}"
207207
]
208208
},
209209
"Function-Advanced": {

0 commit comments

Comments
 (0)