Skip to content

Commit b412c7a

Browse files
committed
remove obsolete snippet
1 parent 3a27216 commit b412c7a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.vscode/settings.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
{
22
"betterSnippets.customSnippets": [
33
{
4-
"name": "tslib",
5-
"body": "import type tslib from 'typescript/lib/tsserverlibrary'",
6-
"when": {
7-
"locations": [
8-
"topLineStart"
9-
],
10-
}
4+
"name": "SyntaxKind",
5+
"body": "ts.SyntaxKind",
6+
"when": {}
117
},
128
{
139
"name": "logKind",

0 commit comments

Comments
 (0)