mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "agent",
|
|
"displayName": "SQL Server Agent",
|
|
"description": "Manage and troubleshoot SQL Server Agent jobs",
|
|
"version": "0.32.4",
|
|
"publisher": "Microsoft",
|
|
"preview": true,
|
|
"license": "https://raw.githubusercontent.com/Microsoft/sqlopsstudio/master/LICENSE.txt",
|
|
"icon": "images/sqlserver.png",
|
|
"aiKey": "AIF-5574968e-856d-40d2-af67-c89a14e76412",
|
|
"engines": {
|
|
"vscode": "0.10.x"
|
|
},
|
|
"activationEvents": [
|
|
"*"
|
|
],
|
|
"main": "./out/main",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/sqlopsstudio.git"
|
|
},
|
|
"extensionDependencies": [
|
|
"Microsoft.mssql"
|
|
],
|
|
"contributes": {
|
|
"outputChannels": [
|
|
"sqlagent"
|
|
],
|
|
"commands": [
|
|
{
|
|
"command": "agent.openNewStepDialog",
|
|
"title": "agent.openNewStepDialog"
|
|
}
|
|
],
|
|
"dashboard.tabs": [
|
|
{
|
|
"id": "data-management-agent",
|
|
"description": "Manage and troubleshoot SQL Agent jobs",
|
|
"provider": "MSSQL",
|
|
"title": "SQL Agent",
|
|
"when": "connectionProvider == 'MSSQL' && !mssql:iscloud",
|
|
"container": {
|
|
"controlhost-container": {
|
|
"type": "agent"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"vscode-nls": "^3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha-junit-reporter": "^1.17.0",
|
|
"mocha-multi-reporters": "^1.1.7"
|
|
}
|
|
}
|