Drop razor support. Fix #66242

This commit is contained in:
Pine Wu
2019-02-24 17:03:15 -08:00
parent 56ecc5b559
commit 393b48d4a5
4 changed files with 5 additions and 21 deletions

View File

@@ -12,8 +12,7 @@
"icon": "icons/html.png",
"activationEvents": [
"onLanguage:html",
"onLanguage:handlebars",
"onLanguage:razor"
"onLanguage:handlebars"
],
"main": "./client/out/htmlMain",
"scripts": {