Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce Langium 3.0.0 #30

Merged
merged 10 commits into from
Mar 13, 2024
Merged

Introduce Langium 3.0.0 #30

merged 10 commits into from
Mar 13, 2024

Conversation

Lotes
Copy link
Collaborator

@Lotes Lotes commented Mar 11, 2024

  • changes the imports to Langium (ESM modules with scope of grammar, lsp, ...)
  • changes the imports to local files (appending .js)
  • ESBuild was also updated
  • ESBuild script files were modernized

@Lotes Lotes marked this pull request as ready for review March 12, 2024 12:51
Copy link
Member

@spoenemann spoenemann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried the PR in Gitpod and get the following error when launching the extension:

Error: Cannot find module '/workspace/langium-sql/packages/langium-sql-vscode/dist/node/language-server'
    at Function._resolveFilename (node:internal/modules/cjs/loader:1077:15)
    at Function._load (node:internal/modules/cjs/loader:922:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
    at node:internal/main/run_main_module:23:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

@Lotes
Copy link
Collaborator Author

Lotes commented Mar 12, 2024

Fixed. Thanks @spoenemann !

@Lotes Lotes merged commit 55d461d into main Mar 13, 2024
3 checks passed
@Lotes Lotes deleted the lotes/bump-to-langium-3.0.0 branch March 13, 2024 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants