mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Add support to localize package.json
This commit is contained in:
@@ -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"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user