Add support to localize package.json

This commit is contained in:
Dirk Baeumer
2016-02-12 16:06:34 +01:00
parent 1e09b7d7ad
commit 90dce6abea
6 changed files with 125 additions and 9 deletions

View File

@@ -66,7 +66,7 @@
"typescript.tsdk": {
"type": ["string", "null"],
"default": null,
"description": "Specifies the folder path containing the tsserver and lib*.d.ts files to use."
"description": "%typescript.tsdk.desc%"
}
}
},
@@ -78,7 +78,7 @@
"commands": [
{
"command": "typescript.reloadProjects",
"title": "Reload Projects",
"title": "%typescript.reloadProjects.title%",
"category": "TypeScript"
}
],