From 58899b16d482bb1c7257ff0d17c797fbd336e528 Mon Sep 17 00:00:00 2001 From: Kamil Duda Date: Wed, 28 Oct 2020 18:37:31 +0100 Subject: [PATCH] Fix commas in json --- .vscode/C4.code-snippets | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.vscode/C4.code-snippets b/.vscode/C4.code-snippets index 4bd76c9..0030c6f 100644 --- a/.vscode/C4.code-snippets +++ b/.vscode/C4.code-snippets @@ -380,7 +380,7 @@ ], "body": [ "note left of ${1:element}", - "\t${3:content}" + "\t${3:content}", "end note" ], "description": "Add a note left of an element." @@ -392,7 +392,7 @@ ], "body": [ "note right of ${1:element}", - "\t${3:content}" + "\t${3:content}", "end note" ], "description": "Add a note right of an element." @@ -404,7 +404,7 @@ ], "body": [ "note top of ${1:element}", - "\t${3:content}" + "\t${3:content}", "end note" ], "description": "Add a note above an element." @@ -416,7 +416,7 @@ ], "body": [ "note bottom of ${1:element}", - "\t${3:content}" + "\t${3:content}", "end note" ], "description": "Add a note below an element."