File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/vs/workbench/contrib/editTelemetry/browser/telemetry/aiEditTelemetry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ export class AiEditTelemetryServiceImpl implements IAiEditTelemetryService {
8484 editLinesDeleted : data . editDeltaInfo ?. linesRemoved ,
8585
8686 modeId : data . modeId ,
87- modelId : data . modelId ?. replace ( / [ \/ \\ ] / g, '_ ' ) ,
87+ modelId : data . modelId ?. replace ( / [ \/ \\ ] / g, '| ' ) ,
8888 applyCodeBlockSuggestionId : data . applyCodeBlockSuggestionId as unknown as string ,
8989
9090 ...forwardToChannelIf ( isCopilotLikeExtension ( data . source ?. extensionId ) ) ,
@@ -165,7 +165,7 @@ export class AiEditTelemetryServiceImpl implements IAiEditTelemetryService {
165165 editLinesDeleted : data . editDeltaInfo ?. linesRemoved ,
166166
167167 modeId : data . modeId ,
168- modelId : data . modelId ?. replace ( / [ \/ \\ ] / g, '_ ' ) ,
168+ modelId : data . modelId ?. replace ( / [ \/ \\ ] / g, '| ' ) ,
169169 applyCodeBlockSuggestionId : data . applyCodeBlockSuggestionId as unknown as string ,
170170 acceptanceMethod : data . acceptanceMethod ,
171171
You can’t perform that action at this time.
0 commit comments