Skip to content

Commit

Permalink
Replace "," with ":" in extension snippet
Browse files Browse the repository at this point in the history
Co-authored-by: Jens Wille <jens.wille@hbz-nrw.de>
  • Loading branch information
katauber and blackwinter committed Nov 10, 2023
1 parent c195c02 commit 8fb3ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metafix-vsc/fix.snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"do list_as": {
"prefix": ["do list_as"],
"body": ["do list_as(\"${1:<variableName_1>}\", \"${2:<sourceField_1>}\")", "\t${0:body}", "end"],
"body": ["do list_as(\"${1:<variableName_1>}\": \"${2:<sourceField_1>}\")", "\t${0:body}", "end"],
"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)."
},
"do once": {
Expand Down

0 comments on commit 8fb3ebc

Please sign in to comment.