Feature/branding (#189)
* fix shortcut for toggleMessagePane * branding change
This commit is contained in:
Родитель
33f53b40d3
Коммит
0f62c21c4f
Двоичные данные
images/sqlserver.png
Двоичные данные
images/sqlserver.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 30 KiB После Ширина: | Высота: | Размер: 37 KiB |
15
package.json
15
package.json
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче