add feedback button, open report issue dialog (#15762)

This commit is contained in:
brian-harris
2021-06-18 12:22:41 -07:00
committed by GitHub
parent aeda95bb70
commit d08182416b
6 changed files with 29 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
"activationEvents": [
"onDashboardOpen",
"onCommand:sqlmigration.start",
"onCommand:sqlmigration.sendfeedback",
"onCommand:sqlmigration.openNotebooks"
],
"main": "./out/main",
@@ -33,6 +34,12 @@
"category": "%migration-command-category%",
"icon": "./images/migration.svg"
},
{
"command": "sqlmigration.sendfeedback",
"title": "%send-feedback-command%",
"category": "%migration-command-category%",
"icon": "./images/sendFeedback.svg"
},
{
"command": "sqlmigration.openNotebooks",
"title": "%migration-notebook-command-title%",
@@ -58,7 +65,8 @@
"col": 0,
"widget": {
"tasks-widget": [
"sqlmigration.start"
"sqlmigration.start",
"sqlmigration.sendfeedback"
]
}
},