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

Give better feedback when META-INF/RASCAL.MF is missing #549

Open
PaulKlint opened this issue Dec 23, 2024 · 1 comment
Open

Give better feedback when META-INF/RASCAL.MF is missing #549

PaulKlint opened this issue Dec 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@PaulKlint
Copy link
Member

When a Rascal project is missing META-INF/Rascal.MF the following messages is given (which is very good):

Screenshot 2024-12-23 at 17 49 40

Unfortunately this gives no actionable perspective to the user.

Possible improvements:

  • Add in the message text a link to the documentation where this is described.
  • Add in the message text the suggested contents of RASCAL.MF.
  • Add the option to fix this automatically
@PaulKlint PaulKlint added the enhancement New feature or request label Dec 23, 2024
@jurgenvinju
Copy link
Member

jurgenvinju commented Dec 24, 2024

Note that on the no-lib branch this message is produced by the PathConfig class. We could attach a fix command easily there and add its execution to the rascal-lsp Actions module.

Or both: this is on a module location, the typesvript code can add the quickfix command "generateRascalMf(LOC)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants