File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ import { loadSupportedJreNames } from './jdkUtils';
38
38
import { BuildFileSelector , PICKED_BUILD_FILES , cleanupWorkspaceState } from './buildFilesSelector' ;
39
39
import { pasteFile } from './pasteAction' ;
40
40
import { ServerStatusKind } from './serverStatus' ;
41
+ import { TelemetryService } from '@redhat-developer/vscode-redhat-telemetry/lib/node' ;
41
42
42
43
const syntaxClient : SyntaxLanguageClient = new SyntaxLanguageClient ( ) ;
43
44
const standardClient : StandardLanguageClient = new StandardLanguageClient ( ) ;
@@ -147,6 +148,8 @@ export async function activate(context: ExtensionContext): Promise<ExtensionAPI>
147
148
}
148
149
initializeLogFile ( clientLogFile ) ;
149
150
151
+ Telemetry . startTelemetry ( context ) ;
152
+
150
153
enableJavadocSymbols ( ) ;
151
154
152
155
registerOutOfMemoryDetection ( storagePath ) ;
You can’t perform that action at this time.
0 commit comments