diff options
-rw-r--r-- | .vscode/typescript.code-snippets | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.vscode/typescript.code-snippets b/.vscode/typescript.code-snippets index b59e380..77b2f7f 100644 --- a/.vscode/typescript.code-snippets +++ b/.vscode/typescript.code-snippets @@ -5,8 +5,7 @@ * $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the * same ids are connected. */ - // prettier-ignore - "Command":{ + "Command": { "prefix": "command", "description": "A bot command template", "body": [ @@ -62,7 +61,7 @@ "\t) {", "\t\t$0", "\t}", - "}", + "}" ] } } |