fix snippet

This commit is contained in:
chemzqm 2018-11-16 13:23:06 +08:00
parent 5004251827
commit 6a129d6b80

View file

@ -48,11 +48,9 @@
"Property getter": {
"prefix": "get",
"body": [
"",
"public get ${1:value}() : ${2:string} {",
"\t${3:return $0}",
"}",
""
"}"
],
"description": "Property getter"
},