From ca788f0b06aca34d86ea433f022406d5152d09c4 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Tue, 1 Feb 2022 22:13:08 -0500 Subject: debug stuff --- .vscode/typescript.code-snippets | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.vscode/typescript.code-snippets') diff --git a/.vscode/typescript.code-snippets b/.vscode/typescript.code-snippets index f105a20..6ab1c89 100644 --- a/.vscode/typescript.code-snippets +++ b/.vscode/typescript.code-snippets @@ -5,7 +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 "Setup Slash Command": { "prefix": "slash", "body": [ @@ -15,7 +15,8 @@ "]" ] }, - + + // prettier-ignore "Slash Command User Argument": { "prefix": "user", "body": [ @@ -28,6 +29,7 @@ ] }, + // prettier-ignore "Slash Command String Argument": { "prefix": "string", "body": [ @@ -40,6 +42,7 @@ ] }, + // prettier-ignore "Slash Command Choice Argument": { "prefix": "choice", "body": [ @@ -58,6 +61,7 @@ ] }, + // prettier-ignore "Slash Boolean Argument": { "prefix": "boolean", "body": [ -- cgit