Add Relationship Async snipper

pull/66/head
Kamil Duda 6 years ago committed by GitHub
parent 9fe47db9c7
commit f2c07c2e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -167,6 +167,15 @@
],
"description": "Add unidirectional Relationship to C4 diagram"
},
"C4_Relationship_Async": {
"scope": "diagram",
"prefix": "Relationship Async",
"body": [
"Rel_Async(${1:from_alias}, ${2:to_alias}, \"${3:label}\")",
"$0"
],
"description": "Add unidirectional asynchronous Relationship to C4 diagram"
},
"C4_Relationship_Techn": {
"scope": "diagram",
"prefix": "Relationship with Technology",

Loading…
Cancel
Save