From 085f4656edf907edb2e20ebbc3333c6182c07f49 Mon Sep 17 00:00:00 2001 From: isidor Date: Tue, 20 Nov 2018 16:31:01 +0100 Subject: [PATCH] add some commit hashes and versions to cgmanifest.json --- .vscode/cgmanifest.schema.json | 91 ++++++++++++++++--- build/lib/typings/cgmanifest.json | 4 +- .../server/lib/cgmanifest.json | 4 +- .../cgmanifest.json | 4 +- src/typings/cgmanifest.json | 4 +- .../ui/octiconLabel/octicons/cgmanifest.json | 18 ++-- 6 files changed, 96 insertions(+), 29 deletions(-) diff --git a/.vscode/cgmanifest.schema.json b/.vscode/cgmanifest.schema.json index 843dbfe36d3..f5424e3b226 100644 --- a/.vscode/cgmanifest.schema.json +++ b/.vscode/cgmanifest.schema.json @@ -10,31 +10,98 @@ "oneOf": [ { "type": "object", - "required": [ "type", "git" ], + "required": [ + "type", + "git" + ], "properties": { - "type": { "type": "string", "enum": [ "git" ] }, + "type": { + "type": "string", + "enum": [ + "git" + ] + }, "git": { "type": "object", - "required": [ "name", "repositoryUrl", "commitHash" ], + "required": [ + "name", + "repositoryUrl", + "commitHash" + ], "properties": { - "name": { "type": "string" }, - "repositoryUrl": { "type": "string" }, - "commitHash": { "type": "string" } + "name": { + "type": "string" + }, + "repositoryUrl": { + "type": "string" + }, + "commitHash": { + "type": "string" + } } } } }, { "type": "object", - "required": [ "type", "npm" ], + "required": [ + "type", + "npm" + ], "properties": { - "type": { "type": "string", "enum": [ "npm" ] }, + "type": { + "type": "string", + "enum": [ + "npm" + ] + }, "npm": { "type": "object", - "required": [ "name", "version" ], + "required": [ + "name", + "version" + ], "properties": { - "name": { "type": "string" }, - "version": { "type": "string" } + "name": { + "type": "string" + }, + "version": { + "type": "string" + } + } + } + } + }, + { + "type": "object", + "required": [ + "type", + "other" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "other" + ] + }, + "other": { + "type": "object", + "required": [ + "name", + "downloadUrl", + "version" + ], + "properties": { + "name": { + "type": "string" + }, + "downloadUrl": { + "type": "string" + }, + "version": { + "type": "string" + } } } } @@ -72,4 +139,4 @@ } } } -} \ No newline at end of file +} diff --git a/build/lib/typings/cgmanifest.json b/build/lib/typings/cgmanifest.json index c29d8871ac8..6e529a79f23 100644 --- a/build/lib/typings/cgmanifest.json +++ b/build/lib/typings/cgmanifest.json @@ -6,11 +6,11 @@ "git": { "name": "definitelytyped", "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped", - "commitHash": "" + "commitHash": "69e3ac6bec3008271f76bbfa7cf69aa9198c4ff0" } }, "license": "MIT" } ], "version": 1 -} \ No newline at end of file +} diff --git a/extensions/html-language-features/server/lib/cgmanifest.json b/extensions/html-language-features/server/lib/cgmanifest.json index c29d8871ac8..6e529a79f23 100644 --- a/extensions/html-language-features/server/lib/cgmanifest.json +++ b/extensions/html-language-features/server/lib/cgmanifest.json @@ -6,11 +6,11 @@ "git": { "name": "definitelytyped", "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped", - "commitHash": "" + "commitHash": "69e3ac6bec3008271f76bbfa7cf69aa9198c4ff0" } }, "license": "MIT" } ], "version": 1 -} \ No newline at end of file +} diff --git a/extensions/typescript-language-features/cgmanifest.json b/extensions/typescript-language-features/cgmanifest.json index 3e6e35d38ec..85661b113b6 100644 --- a/extensions/typescript-language-features/cgmanifest.json +++ b/extensions/typescript-language-features/cgmanifest.json @@ -18,7 +18,7 @@ "git": { "name": "definitelytyped", "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped", - "commitHash": "" + "commitHash": "69e3ac6bec3008271f76bbfa7cf69aa9198c4ff0" } }, "license": "MIT" @@ -131,4 +131,4 @@ } ], "version": 1 -} \ No newline at end of file +} diff --git a/src/typings/cgmanifest.json b/src/typings/cgmanifest.json index c29d8871ac8..6e529a79f23 100644 --- a/src/typings/cgmanifest.json +++ b/src/typings/cgmanifest.json @@ -6,11 +6,11 @@ "git": { "name": "definitelytyped", "repositoryUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped", - "commitHash": "" + "commitHash": "69e3ac6bec3008271f76bbfa7cf69aa9198c4ff0" } }, "license": "MIT" } ], "version": 1 -} \ No newline at end of file +} diff --git a/src/vs/base/browser/ui/octiconLabel/octicons/cgmanifest.json b/src/vs/base/browser/ui/octiconLabel/octicons/cgmanifest.json index e67aec23696..3d13f99e346 100644 --- a/src/vs/base/browser/ui/octiconLabel/octicons/cgmanifest.json +++ b/src/vs/base/browser/ui/octiconLabel/octicons/cgmanifest.json @@ -2,11 +2,11 @@ "registrations": [ { "component": { - "type": "git", - "git": { + "type": "other", + "other": { "name": "octicons-code", - "repositoryUrl": "https://octicons.github.com", - "commitHash": "" + "version": "3.1.0", + "downloadUrl": "https://registry.npmjs.org/octicons/-/octicons-3.1.0.tgz" } }, "licenseDetail": [ @@ -37,11 +37,11 @@ }, { "component": { - "type": "git", - "git": { + "type": "other", + "other": { "name": "octicons-font", - "repositoryUrl": "https://octicons.github.com", - "commitHash": "" + "version": "3.1.0", + "downloadUrl": "https://registry.npmjs.org/octicons/-/octicons-3.1.0.tgz" } }, "licenseDetail": [ @@ -137,4 +137,4 @@ } ], "version": 1 -} \ No newline at end of file +}