mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 18:48:33 -05:00
Dev/brih/revert feedbackdialog commits (#15567)
* Revert "hide support request, widen feedback dialog" This reverts commit1d75fcfed5. * Revert "adding feedback dialog and support request buttons" This reverts commit866ced5c08.
This commit is contained in:
@@ -15,8 +15,6 @@
|
||||
"activationEvents": [
|
||||
"onDashboardOpen",
|
||||
"onCommand:sqlmigration.start",
|
||||
"onCommand:sqlmigration.newsupportrequest",
|
||||
"onCommand:sqlmigration.sendfeedback",
|
||||
"onCommand:sqlmigration.openNotebooks"
|
||||
],
|
||||
"main": "./out/main",
|
||||
@@ -35,18 +33,6 @@
|
||||
"category": "%migration-command-category%",
|
||||
"icon": "./images/migration.svg"
|
||||
},
|
||||
{
|
||||
"command": "sqlmigration.newsupportrequest",
|
||||
"title": "%new-support-request-command%",
|
||||
"category": "%migration-command-category%",
|
||||
"icon": "./images/newSupportRequest.svg"
|
||||
},
|
||||
{
|
||||
"command": "sqlmigration.sendfeedback",
|
||||
"title": "%send-feedback-command%",
|
||||
"category": "%migration-command-category%",
|
||||
"icon": "./images/sendFeedback.svg"
|
||||
},
|
||||
{
|
||||
"command": "sqlmigration.openNotebooks",
|
||||
"title": "%migration-notebook-command-title%",
|
||||
@@ -72,8 +58,7 @@
|
||||
"col": 0,
|
||||
"widget": {
|
||||
"tasks-widget": [
|
||||
"sqlmigration.start",
|
||||
"sqlmigration.sendfeedback"
|
||||
"sqlmigration.start"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user