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 acd0163 commit a170681Copy full SHA for a170681
packages/jupyterlab-lsp/src/virtual/editor.ts
@@ -16,7 +16,7 @@ import {
16
PLUGIN_ID
17
} from '../tokens';
18
import { WidgetAdapter } from '../adapters/adapter';
19
-import { IDocumentWidget } from '@jupyterlab/docregistry/lib/registry';
+import { IDocumentWidget } from '@jupyterlab/docregistry';
20
21
export interface IWindowCoordinates {
22
/**
0 commit comments