vscode/extensions/cgmanifest.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
355 B
JSON
Raw Normal View History

{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "typescript",
2020-09-15 23:13:49 +00:00
"repositoryUrl": "https://github.com/microsoft/TypeScript",
2018-11-16 10:46:58 +00:00
"commitHash": "54426a14f4c232da8e563d20ca8e71263e1c96b5"
}
},
2018-11-16 22:21:02 +00:00
"isOnlyProductionDependency": true,
"license": "Apache-2.0",
"version": "2.6.2"
}
],
"version": 1
2018-11-16 10:46:58 +00:00
}