Remove version header from vscode snippet (#7452)

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2020-09-21 16:59:47 +02:00 committed by GitHub
parent 7df0feeb58
commit 566d3a21d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,10 +27,9 @@
" ${4:${5:x}::${6:xs} } -> ${expression}"
]
},
"daml-version-and-module-name": {
"daml-module-name": {
"prefix": "daml",
"body": [
"daml ${1:1.2}",
"module ${3:${2:Module}.${TM_FILENAME_BASE}} where",
"",
"$0"