diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-01 22:13:08 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-01 22:13:08 -0500 |
commit | ca788f0b06aca34d86ea433f022406d5152d09c4 (patch) | |
tree | bfd00ee0e7ed373a66fb4789af57786224949a39 /.vscode/typescript.code-snippets | |
parent | c587f6418957d4ff1641730e923c3f06a811982f (diff) | |
download | tanzanite-ca788f0b06aca34d86ea433f022406d5152d09c4.tar.gz tanzanite-ca788f0b06aca34d86ea433f022406d5152d09c4.tar.bz2 tanzanite-ca788f0b06aca34d86ea433f022406d5152d09c4.zip |
debug stuff
Diffstat (limited to '.vscode/typescript.code-snippets')
-rw-r--r-- | .vscode/typescript.code-snippets | 8 |
1 files changed, 6 insertions, 2 deletions
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": [ |