-
Notifications
You must be signed in to change notification settings - Fork 405
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
release to marketplace #27
Comments
One thing to keep in mind is that the market place has a maximum size of 20MB for an extension. Since this extension will include a subset of eclipse, the extension will exceed this limit. One way to achieve this is that the extension downloads the eclipse bits on first activation of the extension. This is also how it is done by the vscode-omnisharp extension. Please see: https://github.com/OmniSharp/omnisharp-vscode/blob/master/src/omnisharp/serverLauncher.ts @gorkem fyi |
@egamma Thanks for the heads up. I did not notice the limitation. |
This issue was moved to gorkem/vscode-java#1 |
- Standalone Java files are linked to a default Java project providing a default classpath allowing for content assist for Base JDK classes - the Java files must exist and be referenced with a file:// uri Signed-off-by: Fred Bricon <[email protected]>
fix build failure after ls updated
No description provided.
The text was updated successfully, but these errors were encountered: