add reload javascript project command

fixes #3417
This commit is contained in:
Joao Moreno
2016-02-25 14:51:57 +01:00
parent 7400c5a595
commit 0513f2c8a6
3 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
{
"typescript.reloadProjects.title": "Reload Project",
"typescript.reloadProjects.title": "Reload TypeScript Project",
"javascript.reloadProjects.title": "Reload JavaScript Project",
"configuration.typescript": "TypeScript configuration",
"typescript.useCodeSnippetsOnMethodSuggest.dec": "Complete functions with their parameter signature.",
"typescript.tsdk.desc": "Specifies the folder path containing the tsserver and lib*.d.ts files to use."