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
Is your feature request related to a problem? Please describe.
It is a user need for debugging configuration and setup to know which java installation, rascal version and compiler/interpreter path is configured. Currently, we print some of this information, but differently for every terminal context.
Describe the solution you'd like
When the terminal starts, always:
print Java VM version and location
print Rascal version
pretty-print the PathConfig, although this can be large.
In an IDE context, it could also be enough to make this information available through UX (popups, hovers, or views) and keep the terminal clean.
The debug prints for the resolution of lib paths and such could go away if this information is printed accurately, which would clean up our terminal logs visually.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It is a user need for debugging configuration and setup to know which java installation, rascal version and compiler/interpreter path is configured. Currently, we print some of this information, but differently for every terminal context.
Describe the solution you'd like
When the terminal starts, always:
In an IDE context, it could also be enough to make this information available through UX (popups, hovers, or views) and keep the terminal clean.
The debug prints for the resolution of lib paths and such could go away if this information is printed accurately, which would clean up our terminal logs visually.
The text was updated successfully, but these errors were encountered: