Align JS and TS snippets (#219917)

Mostly should be the same with a few small differences
This commit is contained in:
Matt Bierner
2024-07-04 00:12:15 -07:00
committed by GitHub
parent 42f6c85556
commit d69a8fb36d
2 changed files with 112 additions and 41 deletions

View File

@@ -266,6 +266,15 @@
],
"description": "Set Timeout Function"
},
"Set Interval Function": {
"prefix": "setinterval",
"body": [
"setInterval(() => {",
"\t$TM_SELECTED_TEXT$0",
"}, ${1:interval});"
],
"description": "Set Interval Function"
},
"Region Start": {
"prefix": "#region",
"body": [