Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cgmanifest.json « typescript-basics « extensions - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0fcb000eca9c19ecd4b5b6af82657b4acb2ebf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"registrations": [
		{
			"component": {
				"type": "git",
				"git": {
					"name": "TypeScript-TmLanguage",
					"repositoryUrl": "https://github.com/microsoft/TypeScript-TmLanguage",
					"commitHash": "4d30ff834ec324f56291addd197aa1e423cedfdd"
				}
			},
			"license": "MIT",
			"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.",
			"version": "1.0.0"
		}
	],
	"version": 1
}