Fixx TS snippets

e694de979f but forgot to stage the proper fix in the commit

Fixes #44638
This commit is contained in:
Matt Bierner 2018-02-27 11:27:17 -08:00
parent e7d138d295
commit d2d760ce90

View file

@ -55,16 +55,16 @@
"meta.embedded.expression.tsx": "typescriptreact"
}
}
],
"snippets": [
{
"language": "typescript",
"path": "./snippets/typescript.json"
},
{
"language": "typescriptreact",
"path": "./snippets/typescript.json"
}
]
},
"snippets": [
{
"language": "typescript",
"path": "./snippets/typescript.json"
},
{
"language": "typescriptreact",
"path": "./snippets/typescript.json"
}
]
}
}