Skip to content

Commit

Permalink
Update imports to match latest (#251)
Browse files Browse the repository at this point in the history
LangiumDocumentFactory was missing and LangiumSharedServices has moved to langium/lsp
  • Loading branch information
thejoecode authored Aug 24, 2024
1 parent 96bfa0e commit 6f5aaa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hugo/content/docs/recipes/builtin-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ import {
AstNode,
DefaultWorkspaceManager,
LangiumDocument,
LangiumSharedServices
LangiumDocumentFactory
} from "langium";
import { LangiumSharedServices } from "langium/lsp";
import { WorkspaceFolder } from 'vscode-languageserver';
import { URI } from "vscode-uri";
import { builtinHelloWorld } from './builtins';
Expand Down

0 comments on commit 6f5aaa3

Please sign in to comment.