From a0b33a2211301c86982785868faff174b7647877 Mon Sep 17 00:00:00 2001 From: volatile-static <1043064987@qq.com> Date: Sun, 15 Jan 2023 08:47:26 +0800 Subject: [PATCH] Update toolkit.code-snippets --- .vscode/toolkit.code-snippets | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.vscode/toolkit.code-snippets b/.vscode/toolkit.code-snippets index 74a8941..6cbe9e6 100644 --- a/.vscode/toolkit.code-snippets +++ b/.vscode/toolkit.code-snippets @@ -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": { "scope": "javascript,typescript", "prefix": "appendElement",