Skip to content

Commit

Permalink
Removed space"s from prefix - #166 and #162
Browse files Browse the repository at this point in the history
  • Loading branch information
waldo1001 committed Apr 27, 2020
1 parent 9c8513c commit bf40e71
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions snippets/DesignPatterns.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Snippet (waldo): Method Codeunit": {
"description": "Snippet (waldo): Method Codeunit",
"prefix": "tcodeunit (waldo: Method)",
"description": "Snippet (waldo): Method Codeunit (With UI)",
"prefix": "tcodeunit(waldo:Method-WithUI)",
"body": [
"codeunit ${1:Id} \"${2:FullMethodName} Meth\"",
"{",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"Snippet (waldo): Method Codeunit (No UI)": {
"description": "Snippet (waldo): Method Codeunit (No UI)",
"prefix": "tcodeunit (waldo: Method - No UI)",
"prefix": "tcodeunit(waldo:Method-WithoutUI)",
"body": [
"codeunit ${1:id} \"${2:Name} Meth\"",
"{",
Expand Down Expand Up @@ -90,7 +90,7 @@
},
"Snippet (waldo): Enable Assisted Setup (<15.0) ": {
"description": "Snippet (waldo): Enable Assisted Setup (<15.0)",
"prefix": "tassistedsetup(waldo) (<15.0)",
"prefix": "tassistedsetup(waldo)(<v15)",
"body": [
"[EventSubscriber(ObjectType::Table, Database::\"Aggregated Assisted Setup\", 'OnRegisterAssistedSetup', '', false, false)]",
"local procedure AddExtensionAssistedSetup_OnRegisterAssistedSetup(var TempAggregatedAssistedSetup: Record \"Aggregated Assisted Setup\" TEMPORARY);",
Expand Down Expand Up @@ -125,7 +125,7 @@
},
"Snippet (waldo): Enable Assisted Setup (>=15.0) ": {
"description": "Snippet (waldo): Enable Assisted Setup (>=15.0)",
"prefix": "tassistedsetup(waldo) (>=15.0)",
"prefix": "tassistedsetup(waldo)(>=15)",
"body": [
"codeunit ${1:id} \"${2:Name} Meth\"",
"{",
Expand Down

0 comments on commit bf40e71

Please sign in to comment.