fix(code-snippet-skeleton): CodeSnippetSkeleton can only be single or multi

This commit is contained in:
Eric Liu 2020-12-05 15:13:00 -08:00
commit 41cb74646b
4 changed files with 7 additions and 7 deletions

View file

@ -1889,7 +1889,7 @@
"name": "type",
"kind": "let",
"description": "Set the type of code snippet",
"type": "\"single\" | \"inline\" | \"multi\"",
"type": "\"single\" | \"multi\"",
"value": "\"single\"",
"isFunction": false,
"constant": false,