Skip to content

Commit 786530c

Browse files
authored
Merge pull request #6879 from josebaliberal/attribute-snippet
Fix `Attribute` snippet
2 parents a290842 + 283d2fb commit 786530c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/csharp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"prefix": "attribute",
44
"body": [
55
"[System.AttributeUsage(System.AttributeTargets.${1:All}, Inherited = ${2:false}, AllowMultiple = ${3:true})]",
6-
"sealed class ${$TM_FILENAME_BASE}Attribute : System.Attribute",
6+
"sealed class ${4:$TM_FILENAME_BASE}Attribute : System.Attribute",
77
"{",
88
"\t// See the attribute guidelines at",
99
"\t// http://go.microsoft.com/fwlink/?LinkId=85236",

0 commit comments

Comments
 (0)