Skip to content

Commit

Permalink
Merge pull request #6879 from josebaliberal/attribute-snippet
Browse files Browse the repository at this point in the history
Fix `Attribute` snippet
  • Loading branch information
dibarbet authored Feb 15, 2024
2 parents a290842 + 283d2fb commit 786530c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/csharp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"prefix": "attribute",
"body": [
"[System.AttributeUsage(System.AttributeTargets.${1:All}, Inherited = ${2:false}, AllowMultiple = ${3:true})]",
"sealed class ${$TM_FILENAME_BASE}Attribute : System.Attribute",
"sealed class ${4:$TM_FILENAME_BASE}Attribute : System.Attribute",
"{",
"\t// See the attribute guidelines at",
"\t// http://go.microsoft.com/fwlink/?LinkId=85236",
Expand Down

0 comments on commit 786530c

Please sign in to comment.