Skip to content

Commit 8fb3ebc

Browse files
Replace "," with ":" in extension snippet
Co-authored-by: Jens Wille <[email protected]>
1 parent c195c02 commit 8fb3ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metafix-vsc/fix.snippets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"do list_as": {
88
"prefix": ["do list_as"],
9-
"body": ["do list_as(\"${1:<variableName_1>}\", \"${2:<sourceField_1>}\")", "\t${0:body}", "end"],
9+
"body": ["do list_as(\"${1:<variableName_1>}\": \"${2:<sourceField_1>}\")", "\t${0:body}", "end"],
1010
"description": "Iterates over each named element of an array (like do list with a variable name). If multiple arrays are given, iterates over the corresponding elements from each array (i.e., all elements with the same array index, skipping elements whose arrays have already been exhausted)."
1111
},
1212
"do once": {

0 commit comments

Comments
 (0)