-
Notifications
You must be signed in to change notification settings - Fork 0
VS Code/Codium extension for flux #2
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
Conversation
|
Nice, this looks good in codium! With the syntax coloring for comments, operators etc. Noticed one minor thing: As in metafacture-fix, we should also generate Java sources instead of Xtend. I was thinking of opening a separate issue for that, but maybe it makes sense to do that here, before checking in any Xtend sources in the first place. See metafacture/metafacture-fix@7b8863d for the setup and metafacture/metafacture-fix@4be8950 for the resulting code changes in metafacture-fix. |
|
Thank you for the feedback. I deleted the checkstyle file in the root and I changed to Java resources instead of XTend resources. |
2fab6c0 to
7afa377
Compare
|
Great, thanks. Merging, will assign metafacture/metafacture-fix#21 for functional review. |
New Xtext project with copy of flux grammar file to provide a language server, which is used for a VS Code/Codium Extension.