diff --git a/server/packages/server-common/src/server.ts b/server/packages/server-common/src/server.ts index ab416fc..2df10d9 100644 --- a/server/packages/server-common/src/server.ts +++ b/server/packages/server-common/src/server.ts @@ -67,7 +67,7 @@ export class GalaxyWorkflowLanguageServerImpl implements GalaxyWorkflowLanguageS } private async initialize(params: InitializeParams): Promise { - this.configService.initialize(params.capabilities, this.onConfigurationChanged); + this.configService.initialize(params.capabilities, () => this.onConfigurationChanged()); this.workspaceFolders = params.workspaceFolders; const capabilities: ServerCapabilities = {