Skip to content

Commit 3ab9550

Browse files
committed
1 parent fb4f36c commit 3ab9550

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.vscode/shared.code-snippets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@
2323
"description": "Insert Copyright Statement"
2424
},
2525
"TS -> Inject Service": {
26+
"scope": "typescript",
2627
"description": "Constructor Injection Pattern",
2728
"prefix": "@inject",
2829
"body": "@$1 private readonly _$2: ${1},$0"
2930
},
3031
"TS -> Event & Emitter": {
32+
"scope": "typescript",
3133
"prefix": "emitter",
3234
"description": "Add emitter and event properties",
3335
"body": [

0 commit comments

Comments
 (0)