* fix shortcut for toggleMessagePane

* branding change
This commit is contained in:
Eric Kang 2016-10-24 14:42:06 -07:00 коммит произвёл GitHub
Родитель 33f53b40d3
Коммит 0f62c21c4f
2 изменённых файлов: 9 добавлений и 6 удалений

Двоичные данные
images/sqlserver.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 30 KiB

После

Ширина:  |  Высота:  |  Размер: 37 KiB

Просмотреть файл

@ -1,15 +1,17 @@
{
"name": "vscode-mssql",
"name": "mssql",
"displayName": "mssql",
"version": "0.0.11",
"displayname": "MSSQL support in VS Code",
"description": "Connect to SQL Server and Azure SQL databases, run T-SQL queries and see results in a grid.",
"publisher": "Microsoft",
"preview": "true",
"license": "SEE LICENSE IN LICENSE.txt",
"aiKey": "AIF-5574968e-856d-40d2-af67-c89a14e76412",
"icon": "images/sqlserver.png",
"galleryBanner": {
"color": "#CFB69A",
"theme": "light"
"color": "#2F2F2F",
"theme": "dark"
},
"repository": {
"type": "git",
@ -23,11 +25,12 @@
"vscode": "^1.0.0"
},
"categories": [
"Languages"
"Languages",
"Productivity"
],
"keywords": [
"SQL",
"SQL Azure",
"MSSQL",
"SQL Server",
"Azure SQL Database",
"Azure SQL Data Warehouse"