fix snippet
This commit is contained in:
parent
5004251827
commit
6a129d6b80
1 changed files with 1 additions and 3 deletions
|
@ -48,11 +48,9 @@
|
||||||
"Property getter": {
|
"Property getter": {
|
||||||
"prefix": "get",
|
"prefix": "get",
|
||||||
"body": [
|
"body": [
|
||||||
"",
|
|
||||||
"public get ${1:value}() : ${2:string} {",
|
"public get ${1:value}() : ${2:string} {",
|
||||||
"\t${3:return $0}",
|
"\t${3:return $0}",
|
||||||
"}",
|
"}"
|
||||||
""
|
|
||||||
],
|
],
|
||||||
"description": "Property getter"
|
"description": "Property getter"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue