Add restart TSServer command. Fixes #22335

This commit is contained in:
Matt Bierner
2017-05-24 15:07:43 -07:00
parent 50cc0f9067
commit d167cf370f
3 changed files with 10 additions and 0 deletions

View File

@@ -345,6 +345,11 @@
"command": "typescript.openTsServerLog",
"title": "%typescript.openTsServerLog.title%",
"category": "TypeScript"
},
{
"command": "typescript.restartTsServer",
"title": "%typescript.restartTsServer%",
"category": "TypeScript"
}
],
"menus": {