Adding more snippets
This commit is contained in:
@@ -6,5 +6,6 @@
|
||||
"items": [
|
||||
{ "type": "integer", "description": "The X component", "title": "X", "default": 0 },
|
||||
{ "type": "integer", "description": "The Y component", "title": "Y", "default": 0 }
|
||||
]
|
||||
],
|
||||
"defaultSnippets": [{ "label": "New Array 2", "body": ["^$1", "^$2"] }]
|
||||
}
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
{ "type": "integer", "description": "The X component", "title": "X", "default": 0 },
|
||||
{ "type": "integer", "description": "The Y component", "title": "Y", "default": 0 },
|
||||
{ "type": "integer", "description": "The Z component", "title": "Z", "default": 0 }
|
||||
]
|
||||
],
|
||||
"defaultSnippets": [{ "label": "New Array 3", "body": ["^$1", "^$2", "^$3"] }]
|
||||
}
|
||||
|
||||
@@ -6,5 +6,6 @@
|
||||
"items": [
|
||||
{ "type": "number", "description": "The X component", "title": "X", "default": 0 },
|
||||
{ "type": "number", "description": "The Y component", "title": "Y", "default": 0 }
|
||||
]
|
||||
],
|
||||
"defaultSnippets": [{ "label": "New Array 2", "body": ["^$1", "^$2"] }]
|
||||
}
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
{ "type": "number", "description": "The X component", "title": "X", "default": 0 },
|
||||
{ "type": "number", "description": "The Y component", "title": "Y", "default": 0 },
|
||||
{ "type": "number", "description": "The Z component", "title": "Z", "default": 0 }
|
||||
]
|
||||
],
|
||||
"defaultSnippets": [{ "label": "New Array 3", "body": ["^$1", "^$2", "^$3"] }]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user