You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
telemetry(amazonq): UTG sends plaintext instead of python for amazonq_utgGenerateTests event (aws#6174)
## Problem
- UTG sends plaintext instead of python for amazonq_utgGenerateTests
event.
- In code, `session.fileLanguage = await
this.getLanguageForFilePath(filePath)` reassigned python to plaintext
after test generation.
## Solution
- Removal of `session.fileLanguage = await
this.getLanguageForFilePath(filePath)` should fix the issue.
---
- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
letunsupportedMessage=`<span style="color: #EE9D28;">⚠<b>I'm sorry, but /test only supports Python and Java</b><br></span> While ${unsupportedLanguage} is not supported, I will generate a suggestion below. `
0 commit comments