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
IProject can be instantiated to use the location from the :load command as an IProject and adding all source code files in that tree.
A blocker is that these files cannot be 'evaluated' in the same way as the REPL, and because of the differing semantics it is hard to check if the IProject instantiation automatically fixes this.
The Shell cannot launch inside the context of a(n Eclipse) project.
This is because the injected
IProject
is not instantiated properly. Right now it uses a temp dir to create an emptyIProject
.To enable context-aware shell, the following must happen.
The text was updated successfully, but these errors were encountered: