From 520fc643c6a7d3100e5100eac3cbefe2097493e2 Mon Sep 17 00:00:00 2001 From: Elias Winberg Date: Tue, 4 Apr 2017 01:57:50 +0200 Subject: [PATCH] Remove class snippet comment (#23209) --- extensions/typescript/snippets/typescript.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/extensions/typescript/snippets/typescript.json b/extensions/typescript/snippets/typescript.json index b40cfb83632..f76afcb02c4 100644 --- a/extensions/typescript/snippets/typescript.json +++ b/extensions/typescript/snippets/typescript.json @@ -15,9 +15,6 @@ "Class Definition": { "prefix": "class", "body": [ - "/**", - " * ${1:name}", - " */", "class ${1:name} {", "\tconstructor(${2:parameters}) {", "\t\t$0",