Skip to content

Commit 1860e44

Browse files
Fix class snippet (unnecessary space between < and #) (#4347)
Signed-off-by: Aliwoto <[email protected]> Co-authored-by: Andy Jordan <[email protected]>
1 parent 4dfb248 commit 1860e44

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
@@ -33,7 +33,7 @@
3333
"description": "A blueprint used to create instances of objects at run time. More: Get-Help about_Classes",
3434
"body": [
3535
"class ${1:ClassName} {",
36-
"\t${0:${TM_SELECTED_TEXT:< #Define the class. Try constructors, properties, or methods #>}}",
36+
"\t${0:${TM_SELECTED_TEXT:<# Define the class. Try constructors, properties, or methods. #>}}",
3737
"}"
3838
]
3939
},

0 commit comments

Comments
 (0)