Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit e570f53

Browse files
committed
fix: Rename didChangeConfiguration handler to expected workspaceDidChangeConfiguration
1 parent 6617a98 commit e570f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typescript-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ export class TypeScriptService {
312312
* A notification sent from the client to the server to signal the change of configuration
313313
* settings.
314314
*/
315-
didChangeConfiguration(params: DidChangeConfigurationParams): void {
315+
workspaceDidChangeConfiguration(params: DidChangeConfigurationParams): void {
316316
merge(this.settings, params.settings);
317317
}
318318

0 commit comments

Comments
 (0)