Fix issue reporter URLs for extensions (#14077)

* Fix issue reporter URLs for extensions

* Also clean up reporter URL

* sql carbon edit
This commit is contained in:
Charles Gagnon
2021-01-27 14:31:31 -08:00
committed by GitHub
parent 45bdf2ed95
commit 79cb27898d
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
"darwinBundleIdentifier": "com.azuredatastudio.oss",
"linuxIconName": "com.azuredatastudio.oss",
"licenseFileName": "LICENSE.txt",
"reportIssueUrl": "https://github.com/Microsoft/azuredatastudio/issues/new?labels=customer%20reported%20issue",
"reportIssueUrl": "https://github.com/Microsoft/azuredatastudio/issues/new",
"requestFeatureUrl": "https://go.microsoft.com/fwlink/?linkid=2118021",
"privacyStatementUrl": "https://privacy.microsoft.com/en-us/privacystatement",
"telemetryOptOutUrl": "https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting",
@@ -30,7 +30,7 @@
"asimovKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e"
},
"sendASmile": {
"reportIssueUrl": "https://github.com/Microsoft/azuredatastudio/issues/new?labels=customer%20reported%20issue",
"reportIssueUrl": "https://github.com/Microsoft/azuredatastudio/issues/new",
"requestFeatureUrl": "https://go.microsoft.com/fwlink/?linkid=2118115"
},
"gettingStartedUrl": "https://go.microsoft.com/fwlink/?linkid=862039",