@@ -59,7 +59,7 @@ import * as configs from './configurations';
5959import { CopilotCompletionContextFeatures , CopilotCompletionContextProvider } from './copilotCompletionContextProvider' ;
6060import { DataBinding } from './dataBinding' ;
6161import { cachedEditorConfigSettings , getEditorConfigSettings } from './editorConfig' ;
62- import { CppSourceStr , clients , configPrefix , updateLanguageConfigurations , usesCrashHandler , watchForCrashes } from './extension' ;
62+ import { CppSourceStr , clients , configPrefix , initializeIntervalTimer , updateLanguageConfigurations , usesCrashHandler , watchForCrashes } from './extension' ;
6363import { LocalizeStringParams , getLocaleId , getLocalizedString } from './localization' ;
6464import { PersistentFolderState , PersistentState , PersistentWorkspaceState } from './persistentState' ;
6565import { RequestCancelled , ServerCancelled , createProtocolFilter } from './protocolFilter' ;
@@ -1365,6 +1365,8 @@ export class DefaultClient implements Client {
13651365 // Listen for messages from the language server.
13661366 this . registerNotifications ( ) ;
13671367
1368+ initializeIntervalTimer ( ) ;
1369+
13681370 // If a file is already open when we activate, sometimes we don't get any notifications about visible
13691371 // or active text editors, visible ranges, or text selection. As a workaround, we trigger
13701372 // onDidChangeVisibleTextEditors here.
0 commit comments