Merge from vscode 8e0f348413f4f616c23a88ae30030efa85811973 (#6381)

* Merge from vscode 8e0f348413f4f616c23a88ae30030efa85811973

* disable strict null check
This commit is contained in:
Anthony Dresser
2019-07-15 22:35:46 -07:00
committed by GitHub
parent f720ec642f
commit 0b7e7ddbf9
2406 changed files with 59140 additions and 35464 deletions

View File

@@ -248,11 +248,11 @@
},
"_db_light": {
"fontCharacter": "\\E01D",
"fontColor": "#bfc2c1"
"fontColor": "#dd4b78"
},
"_db": {
"fontCharacter": "\\E01D",
"fontColor": "#d4d7d6"
"fontColor": "#f55385"
},
"_default_light": {
"fontCharacter": "\\E01E",
@@ -968,11 +968,11 @@
},
"_shell_light": {
"fontCharacter": "\\E075",
"fontColor": "#bfc2c1"
"fontColor": "#455155"
},
"_shell": {
"fontCharacter": "\\E075",
"fontColor": "#d4d7d6"
"fontColor": "#4d5a5e"
},
"_slim_light": {
"fontCharacter": "\\E076",

View File

@@ -5,6 +5,7 @@
"displayName": "%displayName%",
"description": "%description%",
"publisher": "vscode",
"license": "MIT",
"icon": "icons/seti-circular-128x128.png",
"scripts": {
"update": "node ./build/update-icon-theme.js"