mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-27 13:16:59 +00:00
* Pick up typescript 2.6.1-insiders.20171019 * Add support for localizing ts errors. Fixes #18634
12 lines
244 B
JSON
12 lines
244 B
JSON
{
|
|
"name": "vscode-extensions",
|
|
"version": "0.0.1",
|
|
"description": "Dependencies shared by all extensions",
|
|
"dependencies": {
|
|
"typescript": "^2.6.1-insiders.20171019"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node ./postinstall"
|
|
}
|
|
}
|