mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 01:25:36 -05:00
* Initial port of release/0.24 source code * Fix additional headers * Fix a typo in launch.json
12 lines
248 B
JSON
12 lines
248 B
JSON
{
|
|
"name": "vscode-extensions",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"typescript": {
|
|
"version": "2.6.1",
|
|
"from": "typescript@2.6.1",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.6.1.tgz"
|
|
}
|
|
}
|
|
}
|