From cb421cdaf8227176411684ae4826b3d351e882f7 Mon Sep 17 00:00:00 2001 From: Laxman Reddy Date: Wed, 20 Sep 2023 17:40:40 -0700 Subject: [PATCH] CW: Telemetry changes- adding Task type to Service Invocation --- telemetry/definitions/commonDefinitions.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/telemetry/definitions/commonDefinitions.json b/telemetry/definitions/commonDefinitions.json index c9ea2817..bdf203cb 100644 --- a/telemetry/definitions/commonDefinitions.json +++ b/telemetry/definitions/commonDefinitions.json @@ -519,6 +519,18 @@ "allowedValues": ["java", "python", "javascript", "plaintext", "jsx", "typescript", "tsx", "csharp", "c", "cpp", "go", "kotlin", "php", "ruby", "rust", "scala", "shell", "sql"] }, + { + "name": "codewhispererGettingStartedTaskType", + "type": "string", + "description": "The type of the getting started task to open the file", + "allowedValues": [ + "Automatic", + "Manual", + "Comments", + "TestCase", + "Navigattion" + ] + }, { "name": "codewhispererLastSuggestionIndex", "type": "int", @@ -2633,6 +2645,10 @@ { "type": "codewhispererLanguage" }, + { + "type": "codewhispererGettingStartedTaskType", + "required": false + }, { "type": "codewhispererLastSuggestionIndex", "required": false