Skip to content

Commit

Permalink
Add a code snippet for easily linking bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
MMK21Hub committed Nov 12, 2022
1 parent 32cbdfa commit 3b846f5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .vscode/snippets.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
" key: \"$2\",",
" transformer: new $0,",
"}),"
]
],
"scope": "typescript"
},

"Fix Template: Title Case": {
Expand All @@ -35,6 +36,13 @@
" key: \"$2\",",
" transformer: new TitleCaseTransformer(),",
"}),"
]
],
"scope": "typescript"
},

"Mojira Link": {
"prefix": "mc",
"body": "[$1](https://bugs.mojang.com/browse/$1)$0",
"scope": "markdown"
}
}

0 comments on commit 3b846f5

Please sign in to comment.