Skip to content

Commit

Permalink
sad
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed Nov 22, 2023
1 parent 75dd883 commit 977d80b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/languageServer/watcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ export class LanguageServerWatcher implements IExtensionActivationService, ILang
if (languageServerExtensionManager.canStartLanguageServer(interpreter)) {
// Start the language server.
if (startupStopWatch) {
console.log('Time taken to trigger LS', startupStopWatch.elapsedTime);
// It means that startup is triggering this code, track time it takes since startup to activate this code.
sendTelemetryEvent(EventName.LANGUAGE_SERVER_TRIGGER_DURATION, startupStopWatch.elapsedTime);
}
Expand Down

0 comments on commit 977d80b

Please sign in to comment.