We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79a110 commit c8298b0Copy full SHA for c8298b0
1 file changed
src/standardLanguageClient.ts
@@ -394,8 +394,6 @@ export class StandardLanguageClient {
394
e.properties['tags'] = tags;
395
await Telemetry.sendTelemetry(Telemetry.LS_ERROR, e.properties);
396
}
397
- } else if (e.name === Telemetry.IMPORT_PROJECT) {
398
- await Telemetry.sendTelemetry(Telemetry.IMPORT_PROJECT, e.properties);
399
400
});
401
0 commit comments