Skip to content

Commit

Permalink
Add '' back to the ElementName
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbraeunlich authored Nov 11, 2024
1 parent bd16ee9 commit c4a0f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/al.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"Snippet: Event Subscriber": {
"prefix": "teventsub",
"body": [
"[EventSubscriber(ObjectType::${1|Codeunit,Page,Query,Report,Table,XmlPort|}, ${2|Codeunit::,Database::,Page::,Query::,Report::,XmlPort::|}, ${3:OnSomeEvent}, ${4:ElementName}, ${5:SkipOnMissingLicense}, ${6:SkipOnMissingPermission})]",
"[EventSubscriber(ObjectType::${1|Codeunit,Page,Query,Report,Table,XmlPort|}, ${2|Codeunit::,Database::,Page::,Query::,Report::,XmlPort::|}, ${3:OnSomeEvent}, ${4:'ElementName'}, ${5:SkipOnMissingLicense}, ${6:SkipOnMissingPermission})]",
"local procedure ${7:MyProcedure}(${8})",
"begin",
"\t$0",
Expand Down

0 comments on commit c4a0f6d

Please sign in to comment.