This commit is contained in:
Dirk Baeumer
2015-12-16 10:51:04 +01:00
parent c27759dd48
commit f896092df2
3 changed files with 17 additions and 3 deletions

View File

@@ -74,6 +74,12 @@
"command": "^acceptSelectedSuggestion",
"when": "editorTextFocus && suggestWidgetVisible && editorLangId == 'typescript' && suggestionSupportsAcceptOnKey"
},
"commands": [
{
"command": "typescript.reloadProjects",
"title": "TypeScript: Reload Projects"
}
],
"debuggers": [
{
"type": "node",