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
{{ message }}
This repository was archived by the owner on Apr 26, 2022. It is now read-only.
Not sure if this is just an issue with me or eclipse.
So I am able to get metals to work in a .scala file.. (By work I mean that it will makes completion suggestions)
An issue that I am coming up against is getting worksheets to work. My steps
Created a file in my project directory. The file name is src/main/scala/attempt.worksheet.sc Expected Once creating this file I was expecting to see the result for my expressions show as text within the worksheet. Actual worksheet file is not being interpreted
I checked the logs for eclipse and language server and I am not finding anything to indicate what the issue might be
Could be user error but felt like I tried what I could. Let me know if any additional troubleshooting that I might preform.
Side note
I have also notice that I am not able to access the command interface http://127.0.0.1:5031/. Not sure if this is a indication of something so wanted to mention it.
Not sure if this is just an issue with me or eclipse.
So I am able to get metals to work in a .scala file.. (By work I mean that it will makes completion suggestions)
An issue that I am coming up against is getting worksheets to work.
My steps
Created a file in my project directory. The file name is src/main/scala/attempt.worksheet.sc
Expected Once creating this file I was expecting to see the result for my expressions show as text within the worksheet.
Actual worksheet file is not being interpreted
I checked the logs for eclipse and language server and I am not finding anything to indicate what the issue might be
Could be user error but felt like I tried what I could. Let me know if any additional troubleshooting that I might preform.
Side note
I have also notice that I am not able to access the command interface http://127.0.0.1:5031/. Not sure if this is a indication of something so wanted to mention it.