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 empty IProject.
To enable context-aware shell, the following must happen.
The Shell cannot launch inside the context of a(n Eclipse) project.
This is because the injected
IProjectis not instantiated properly. Right now it uses a temp dir to create an emptyIProject.To enable context-aware shell, the following must happen.