From 1dc03dc6afaa02906b7b6df7705a43b9ecc958cf Mon Sep 17 00:00:00 2001 From: Jesse Houwing Date: Mon, 2 Jan 2023 23:03:20 +0100 Subject: [PATCH] Redirect marketplace Q&A to Support The Azure DevOps Marketplace has a Q&A built-in, when not monitoring it actively, it's better to redirect it to your actual support pages. --- vss-extension.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vss-extension.json b/vss-extension.json index 0ed60eb4..72202a06 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -65,6 +65,10 @@ "uri": "./LICENSE" } }, + "CustomerQnASupport": { + "enablemarketplaceqna": true, + "url": "https://support.snyk.io/" + }, "contributions": [ { "id": "custom-build-release-task",