-
Hi, I'm thinking of having a CLI (parser/linker/validator) decoupled with VSCode extension. They seem to be coupled to some extent, but I haven't tried to refactor yet. Just wondering if there's already a reference implementation somewhere. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Mar 4, 2023
Replies: 1 comment 1 reply
-
Hey @ymc9, there is! The Langium monorepo itself is built that way. The |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
msujew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @ymc9,
there is! The Langium monorepo itself is built that way. The
langium
package contains the language, while thelangium-vscode
extension only bundles it into an extension.