Add icons for built-in extensions (fixes #81760)

This commit is contained in:
Miguel Solorio 2021-04-20 12:09:24 -07:00
parent c32f4d0afd
commit ac48f78dd6
No known key found for this signature in database
GPG key ID: 70E90609A6ECFA86
31 changed files with 14 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -8,6 +8,7 @@
"engines": {
"vscode": "^1.0.0"
},
"icon": "images/icon.png",
"activationEvents": [
"onLanguage:json",
"onLanguage:jsonc"

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -8,6 +8,7 @@
"engines": {
"vscode": "^1.4.0"
},
"icon": "images/icon.png",
"activationEvents": [
"onLanguage:json",
"onLanguage:markdown",

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View file

@ -8,6 +8,7 @@
"engines": {
"vscode": "^1.41.0"
},
"icon": "images/icon.png",
"enableProposedApi": true,
"categories": [
"Other"

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View file

@ -8,6 +8,7 @@
"engines": {
"vscode": "^1.41.0"
},
"icon": "images/icon.png",
"enableProposedApi": true,
"categories": [
"Other"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -3,7 +3,7 @@
"publisher": "vscode",
"displayName": "%displayName%",
"description": "%description%",
"icon": "resources/icons/merge-conflict.png",
"icon": "media/icon.png",
"version": "1.0.0",
"license": "MIT",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

@ -8,6 +8,7 @@
"engines": {
"vscode": "^1.42.0"
},
"icon": "media/icon.png",
"categories": [
"Other"
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -4,7 +4,7 @@
"description": "%description%",
"enableProposedApi": true,
"version": "1.0.0",
"icon": "icon.png",
"icon": "media/icon.png",
"publisher": "vscode",
"license": "MIT",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -9,6 +9,7 @@
"engines": {
"vscode": "^1.39.0"
},
"icon": "media/icon.png",
"categories": [
"Other"
],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 998 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -3,7 +3,6 @@
"description": "%description%",
"displayName": "%displayName%",
"version": "1.0.0",
"icon": "icon.png",
"author": "vscode",
"publisher": "vscode",
"license": "MIT",
@ -21,6 +20,7 @@
"engines": {
"vscode": "^1.30.0"
},
"icon": "media/icon.png",
"categories": [
"Programming Languages"
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -11,6 +11,7 @@
"engines": {
"vscode": "^1.55.0"
},
"icon": "media/icon.png",
"contributes": {
"configuration": {
"type": "object",

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -13,6 +13,7 @@
"engines": {
"vscode": "*"
},
"icon": "media/icon.png",
"scripts": {
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:vscode-colorize-tests ./tsconfig.json"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -13,6 +13,7 @@
"engines": {
"vscode": "^1.48.0"
},
"icon": "media/icon.png",
"scripts": {
"compile": "node ./node_modules/vscode/bin/compile -watch -p ./",
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:vscode-notebook-tests ./tsconfig.json"

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -13,6 +13,7 @@
"engines": {
"vscode": "^1.25.0"
},
"icon": "media/icon.png",
"scripts": {
"compile": "node ./node_modules/vscode/bin/compile -watch -p ./",
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:vscode-notebook-tests ./tsconfig.json"

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -9,6 +9,7 @@
"engines": {
"vscode": "^1.25.0"
},
"icon": "media/icon.png",
"extensionKind": [
"ui"
],