From d2d760ce90405a4ee3726fec2a014aee165da8dd Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Tue, 27 Feb 2018 11:27:17 -0800 Subject: [PATCH] Fixx TS snippets e694de979fe0a4240192c4f8f7d200b1d83e6f03 but forgot to stage the proper fix in the commit Fixes #44638 --- extensions/typescript-basics/package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/extensions/typescript-basics/package.json b/extensions/typescript-basics/package.json index 48504c215e5..4d398fb1b7f 100644 --- a/extensions/typescript-basics/package.json +++ b/extensions/typescript-basics/package.json @@ -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" - } - ] + } } \ No newline at end of file -- GitLab