You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VS Code extension that can be found in clients offers validation of emfatic files against a running LSP Server, but for some reason autocompletion / content assist is not working right now.
The client folder contains a README with instructions to build and launch the extension to reproduce the issue.
The text was updated successfully, but these errors were encountered:
Two branches to investigate the issue: clients is the base one, with the plugins using jdk 11.
As the problem might be related to version incompatibilities between client and server, I created a java17 branch where the plugins are updated to jdk17 and Xtext 2.31, which right now does not fix the issue by itself.
The VS Code extension that can be found in
clients
offers validation of emfatic files against a running LSP Server, but for some reason autocompletion / content assist is not working right now.The client folder contains a README with instructions to build and launch the extension to reproduce the issue.
The text was updated successfully, but these errors were encountered: