bpkroth commented on PR #13034: URL: https://github.com/apache/iceberg/pull/13034#issuecomment-2887401983
I spent a bit more hacking time on this just because: https://github.com/bpkroth/iceberg/commits/add-devcontainer-configs-vscode-tweaks-attemp-2?since=2025-05-14 I found that if I explicitly add the `bundled-guava` output jar from the `shadowJar` task to the classpath, it's able to resolve more of the symbols. There's a few others however, where the `integration` `sourceSet` isn't picked up either. Overall, I think the `redhat.java` extension is just missing a bunch of things so this would take a lot more hacking to make it equivalent to Idea. That said, I tested it and the devcontainer configs do work on Idea as well. More over, Idea also has a Github Copilot plugin, so the intial exploration involved here is maybe partially supportable. I'm gonna close this PR for now though. Happy to reopen and split it out between the devcontainer support and VSCode support it if someone wants. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
