From c8a79dbc2896e3d5d88c6dbd1a603d58557c7265 Mon Sep 17 00:00:00 2001 From: Adrian Lupu Date: Sat, 28 Dec 2019 15:54:32 +0200 Subject: [PATCH] !include snippets --- .vscode/C4.code-snippets | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/.vscode/C4.code-snippets b/.vscode/C4.code-snippets index 8051092..920335a 100644 --- a/.vscode/C4.code-snippets +++ b/.vscode/C4.code-snippets @@ -1,4 +1,40 @@ { + "C4_Include_Context": { + "scope": "diagram", + "prefix": "Include C4 Context Diagram", + "body": [ + "!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Context.puml", + "$0" + ], + "description": "Include C4 Context Diagram" + }, + "C4_Include_Container": { + "scope": "diagram", + "prefix": "Include C4 Container Diagram", + "body": [ + "!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Container.puml", + "$0" + ], + "description": "Include C4 Container Diagram" + }, + "C4_Include_Component": { + "scope": "diagram", + "prefix": "Include C4 Component Diagram", + "body": [ + "!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Component.puml", + "$0" + ], + "description": "Include C4 Component Diagram" + }, + "C4_Include_Deployment": { + "scope": "diagram", + "prefix": "Include C4 Deployment Diagram", + "body": [ + "!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Deployment.puml", + "$0" + ], + "description": "Include C4 Deployment Diagram" + }, "C4_Person": { "scope": "diagram", "prefix": "Person",