Skip to content

Commit 6f5aaa3

Browse files
authored
Update imports to match latest (#251)
LangiumDocumentFactory was missing and LangiumSharedServices has moved to langium/lsp
1 parent 96bfa0e commit 6f5aaa3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hugo/content/docs/recipes/builtin-library.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ import {
2424
AstNode,
2525
DefaultWorkspaceManager,
2626
LangiumDocument,
27-
LangiumSharedServices
27+
LangiumDocumentFactory
2828
} from "langium";
29+
import { LangiumSharedServices } from "langium/lsp";
2930
import { WorkspaceFolder } from 'vscode-languageserver';
3031
import { URI } from "vscode-uri";
3132
import { builtinHelloWorld } from './builtins';

0 commit comments

Comments
 (0)