aboutsummaryrefslogtreecommitdiff
path: root/.vscode/typescript.code-snippets
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/typescript.code-snippets')
-rw-r--r--.vscode/typescript.code-snippets8
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": [