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

cgmanifest.json « extensions - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03cf0cef986b17348439d24ab00eff096eb13828 (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",
					"repositoryUrl": "https://github.com/microsoft/TypeScript",
					"commitHash": "54426a14f4c232da8e563d20ca8e71263e1c96b5"
				}
			},
			"isOnlyProductionDependency": true,
			"license": "Apache-2.0",
			"version": "2.6.2"
		}
	],
	"version": 1
}