File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ import { loadSupportedJreNames } from './jdkUtils';
3838import { BuildFileSelector , PICKED_BUILD_FILES , cleanupWorkspaceState } from './buildFilesSelector' ;
3939import { pasteFile } from './pasteAction' ;
4040import { ServerStatusKind } from './serverStatus' ;
41+ import { TelemetryService } from '@redhat-developer/vscode-redhat-telemetry/lib/node' ;
4142
4243const syntaxClient : SyntaxLanguageClient = new SyntaxLanguageClient ( ) ;
4344const standardClient : StandardLanguageClient = new StandardLanguageClient ( ) ;
@@ -147,6 +148,8 @@ export async function activate(context: ExtensionContext): Promise<ExtensionAPI>
147148 }
148149 initializeLogFile ( clientLogFile ) ;
149150
151+ Telemetry . startTelemetry ( context ) ;
152+
150153 enableJavadocSymbols ( ) ;
151154
152155 registerOutOfMemoryDetection ( storagePath ) ;
You can’t perform that action at this time.
0 commit comments