File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
packages/core/src/codewhisperer/service/transformByQ Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import { createCodeWhispererChatStreamingClient } from '../../../shared/clients/
2121import { ChatSessionManager } from '../../../amazonqGumby/chat/storages/chatSession'
2222import { setContext } from '../../../shared/vscode/setContext'
2323import * as codeWhisperer from '../../client/codewhisperer'
24- import { getOperatingSystem } from '../../../shared/telemetry/util'
2524
2625export abstract class ProposedChangeNode {
2726 abstract readonly resourcePath : string
@@ -426,11 +425,6 @@ export class ProposedTransformationExplorer {
426425 linesOfCodeSubmitted : transformByQState . getLinesOfCodeSubmitted ( ) , // currently unavailable for SQL conversions
427426 } ,
428427 } ,
429- userContext : {
430- ideCategory : 'VSCODE' ,
431- operatingSystem : getOperatingSystem ( ) ,
432- product : 'CodeWhisperer' ,
433- } ,
434428 } )
435429 } catch ( err : any ) {
436430 // log error, but continue to show user diff.patch with results
You can’t perform that action at this time.
0 commit comments