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": {
|
||||
"prefix": "get",
|
||||
"body": [
|
||||
"",
|
||||
"public get ${1:value}() : ${2:string} {",
|
||||
"\t${3:return $0}",
|
||||
"}",
|
||||
""
|
||||
"}"
|
||||
],
|
||||
"description": "Property getter"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue