O# reports when a project is loaded or changed,
|
private handleProjectConfigurationReceived(event: ProjectConfiguration, telemetryProps: { [key: string]: string }) { |
We need to add similar functionality for the preview extension, but we'll likely be limiting it to the initial initialization, instead of all project changes.
O# reports when a project is loaded or changed,
vscode-csharp/src/observers/TelemetryObserver.ts
Line 102 in eb0d88d
We need to add similar functionality for the preview extension, but we'll likely be limiting it to the initial initialization, instead of all project changes.