Skip to content
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

An enviornment variable to reference an external build of JDT-LS #3151

Closed
mickaelistria opened this issue Jun 12, 2023 Discussed in #3149 · 1 comment
Closed

An enviornment variable to reference an external build of JDT-LS #3151

mickaelistria opened this issue Jun 12, 2023 Discussed in #3149 · 1 comment

Comments

@mickaelistria
Copy link
Contributor

Discussed in #3149

Originally posted by mickaelistria June 12, 2023
Hi,
I'm trying to test changes in upstream JDT or m2e down to VSCode-Java. As I have JDT-LS code locally and am comfortable playing with it, I can produce a JDT-LS build with the desired content.
Now I'm looking for a way to get VSCode-Java using this local build without having to build/install a local extensions and without tweaking the default deployment (I'd like to avoid playing with the internal filesystem of the extension to replace the server/ folder with alternative content or a symlink, so I keep easy access to default behavior by default). Ideally, I would hope for an environment variable I can set to reference an alternative location for JDT-LS and would use it when starting VSCode for testing purpose.
I couldn't find anything allowing to easily achieve that in the code; but I'm not much fluent with the codebase, so maybe I missed something... Did I miss something? If not, I will open an issue to suggest such a env variable for easier testing.

@mickaelistria
Copy link
Contributor Author

Submitted PR to achieve that: #3152

@rgrunber rgrunber added this to the End June 2023 milestone Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants