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
Currently, java.maven.downloadSources can only be turned on or off, and if it's off, there's no way to download the source code of a single Maven dependency.
I expect that an interactive option can be added to java.maven.downloadSources. What I know is something similar to IntelliJ IDEA, where opening a .class file reveals an option to Download Sources or Choose Sources. Choose Sources can also be used to shade Java packages about org.apache.maven.plugins:maven-shade-plugin. I'm using IntelliJ IDEA as an example because I can't think of anywhere else outside of IntelliJ IDEA that offers this functionality.