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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgmanifest.json12
-rw-r--r--src/vs/base/browser/ui/octiconLabel/octicons/cgmanifest.json17
2 files changed, 29 insertions, 0 deletions
diff --git a/cgmanifest.json b/cgmanifest.json
index e4d0401e78c..fc4ade172d5 100644
--- a/cgmanifest.json
+++ b/cgmanifest.json
@@ -107,6 +107,18 @@
},
{
"component": {
+ "type": "git",
+ "git": {
+ "name": "octicons-font",
+ "repositoryUrl": "https://github.com/misolori/octicons-font",
+ "commitHash": "7ed3982f0834c0a9f7ec7a5de07db63f7026ccd4"
+ }
+ },
+ "license": "MIT",
+ "version": "1.0.0"
+ },
+ {
+ "component": {
"type": "npm",
"npm": {
"name": "mdn-data",
diff --git a/src/vs/base/browser/ui/octiconLabel/octicons/cgmanifest.json b/src/vs/base/browser/ui/octiconLabel/octicons/cgmanifest.json
new file mode 100644
index 00000000000..b9e6d4b0621
--- /dev/null
+++ b/src/vs/base/browser/ui/octiconLabel/octicons/cgmanifest.json
@@ -0,0 +1,17 @@
+{
+ "registrations": [
+ {
+ "component": {
+ "type": "git",
+ "git": {
+ "name": "octicons-font",
+ "repositoryUrl": "https://github.com/misolori/octicons-font",
+ "commitHash": "7ed3982f0834c0a9f7ec7a5de07db63f7026ccd4"
+ }
+ },
+ "license": "MIT",
+ "version": "1.0.0"
+ }
+ ],
+ "version": 1
+} \ No newline at end of file