We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953ae9e commit ea538c0Copy full SHA for ea538c0
packages/jupyterlab-lsp/src/editor_integration/codemirror.ts
@@ -100,7 +100,7 @@ export abstract class CodeMirrorIntegration
100
// TODO use better type constraints for connection event names and for responses
101
protected readonly connection_handlers: Map<
102
string,
103
- (response: Record<string, unknown>) => void
+ (response: Record<string, any>) => void
104
>;
105
protected readonly wrapper_handlers: IHTMLEventMap;
106
protected wrapper: HTMLElement;
0 commit comments