Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5393a75

Browse files
authoredMar 14, 2025
Update wdl.code-snippets
updated the call snippet for better user enhancement
1 parent 9fd0104 commit 5393a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎snippets/wdl.code-snippets

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
},
152152
"Create a new `call` statement": {
153153
"prefix": "call",
154-
"body": ["call ${1:a_task} {input: ${2:a} output: ${3:a}}"],
154+
"body": ["call ${1:a_task} {input: ${2:some_input}}"],
155155
"description": "Create a new `call` statement",
156156
},
157157
"Create a new `if` statement": {

0 commit comments

Comments
 (0)
Please sign in to comment.