mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"name": "query-history",
|
|
"displayName": "%queryHistory.displayName%",
|
|
"description": "%queryHistory.description%",
|
|
"version": "0.2.0",
|
|
"publisher": "Microsoft",
|
|
"preview": true,
|
|
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt",
|
|
"icon": "images/sqlserver.png",
|
|
"aiKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e",
|
|
"engines": {
|
|
"vscode": "^1.30.1",
|
|
"azdata": ">=1.12.0"
|
|
},
|
|
"activationEvents": [
|
|
"*"
|
|
],
|
|
"main": "./out/main",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/azuredatastudio.git"
|
|
},
|
|
"extensionDependencies": [],
|
|
"contributes": {
|
|
"commands": [
|
|
{
|
|
"command": "queryHistory.clear",
|
|
"title": "%queryHistory.clear%",
|
|
"category": "%queryHistory.displayName%"
|
|
},
|
|
{
|
|
"command": "queryHistory.toggleCapture",
|
|
"title": "%queryHistory.toggleCapture%",
|
|
"category": "%queryHistory.displayName%"
|
|
}
|
|
],
|
|
"menus": {
|
|
"commandPalette": [
|
|
{
|
|
"command": "queryHistory.clear"
|
|
},
|
|
{
|
|
"command": "queryHistory.toggleCapture"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"vscode": "1.0.1"
|
|
},
|
|
"__metadata": {
|
|
"id": "55",
|
|
"publisherDisplayName": "Microsoft",
|
|
"publisherId": "Microsoft"
|
|
}
|
|
}
|