vscode/extensions/typescript-basics/cgmanifest.json

18 lines
568 B
JSON
Raw Normal View History

{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "TypeScript-TmLanguage",
"repositoryUrl": "https://github.com/Microsoft/TypeScript-TmLanguage",
2019-03-21 00:56:50 +00:00
"commitHash": "d8c9720c4ebb9e0ec4b0d691525f33570a4387ea"
}
},
"license": "MIT",
2018-11-15 16:43:46 +00:00
"description": "The files syntaxes/TypeScript.tmLanguage.json and syntaxes/TypeScriptReact.tmLanguage.json were derived from TypeScript.tmLanguage and TypeScriptReact.tmLanguage in https://github.com/Microsoft/TypeScript-TmLanguage.",
2018-12-12 16:25:07 +00:00
"version": "1.0.0"
}
],
"version": 1
2018-12-12 16:25:07 +00:00
}