Update toolkit.code-snippets
This commit is contained in:
		
							parent
							
								
									0f33389dae
								
							
						
					
					
						commit
						a0b33a2211
					
				
							
								
								
									
										19
									
								
								.vscode/toolkit.code-snippets
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										19
									
								
								.vscode/toolkit.code-snippets
									
									
									
									
										vendored
									
									
								
							@ -1,23 +1,4 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "createElementsFromJSON - full": {
 | 
					 | 
				
			||||||
        "scope": "javascript,typescript",
 | 
					 | 
				
			||||||
        "prefix": [
 | 
					 | 
				
			||||||
            "createElementsFromJSON"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "body": [
 | 
					 | 
				
			||||||
            "createElementsFromJSON(${0:document}, {",
 | 
					 | 
				
			||||||
            "\ttag: '${1:div}',",
 | 
					 | 
				
			||||||
            "}, ${16:true});"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "description": "tools/ui/creatElementsFromJSON"
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "createElementsFromJSON - minimum": {
 | 
					 | 
				
			||||||
        "scope": "javascript,typescript",
 | 
					 | 
				
			||||||
        "prefix": [
 | 
					 | 
				
			||||||
            "createElementsFromJSON"
 | 
					 | 
				
			||||||
        ],
 | 
					 | 
				
			||||||
        "body": "createElementsFromJSON(document, { tag: '$0' });"
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "appendElement - full": {
 | 
					    "appendElement - full": {
 | 
				
			||||||
        "scope": "javascript,typescript",
 | 
					        "scope": "javascript,typescript",
 | 
				
			||||||
        "prefix": "appendElement",
 | 
					        "prefix": "appendElement",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user