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 96bfa0e commit 6f5aaa3Copy full SHA for 6f5aaa3
hugo/content/docs/recipes/builtin-library.md
@@ -24,8 +24,9 @@ import {
24
AstNode,
25
DefaultWorkspaceManager,
26
LangiumDocument,
27
- LangiumSharedServices
+ LangiumDocumentFactory
28
} from "langium";
29
+import { LangiumSharedServices } from "langium/lsp";
30
import { WorkspaceFolder } from 'vscode-languageserver';
31
import { URI } from "vscode-uri";
32
import { builtinHelloWorld } from './builtins';
0 commit comments