File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ export class TelemetryObserver {
4747 case EventType . ProjectConfigurationReceived :
4848 let projectConfig = ( < ProjectConfiguration > event ) . projectConfiguration ;
4949 telemetryProps [ 'ProjectGuid' ] = projectConfig . ProjectGuid ;
50- telemetryProps [ 'TargetFrameworks' ] = projectConfig . TargetFrameworks . join ( "; " ) ;
51- telemetryProps [ 'References' ] = projectConfig . References . join ( "; " ) ;
52- telemetryProps [ 'FileExtensions' ] = projectConfig . FileExtensions . join ( "; " ) ;
50+ telemetryProps [ 'TargetFrameworks' ] = projectConfig . TargetFrameworks . join ( "| " ) ;
51+ telemetryProps [ 'References' ] = projectConfig . References . join ( "| " ) ;
52+ telemetryProps [ 'FileExtensions' ] = projectConfig . FileExtensions . join ( "| " ) ;
5353 this . reporter . sendTelemetryEvent ( "ProjectConfiguration" , telemetryProps ) ;
5454 break ;
5555 }
You can’t perform that action at this time.
0 commit comments