Dev/brih/revert feedbackdialog commits (#15567)

* Revert "hide support request, widen feedback dialog"

This reverts commit 1d75fcfed5.

* Revert "adding feedback dialog and support request buttons"

This reverts commit 866ced5c08.
This commit is contained in:
brian-harris
2021-05-24 17:34:16 -07:00
committed by GitHub
parent c615affdc3
commit f691701c1c
13 changed files with 8 additions and 305 deletions

View File

@@ -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"
]
}
},