Add restart TSServer command. Fixes #22335

This commit is contained in:
Matt Bierner
2017-05-24 15:07:43 -07:00
committed by Dirk Baeumer
parent 59e7fbc25e
commit 2890b5d8ab
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": {