mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 8e0f348413f4f616c23a88ae30030efa85811973 (#6381)
* Merge from vscode 8e0f348413f4f616c23a88ae30030efa85811973 * disable strict null check
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user