FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

support string classpath splitting by tthornton3-chwy · Pull Request #1559 · microsoft/vscode-java-debug · GitHub

support string classpath splitting - #1559

Merged
Changyong Gong (chagong) merged 7 commits into
microsoft:mainfrom
tthornton3-chwy:feature/support-string-cp-splitting
Jan 9, 2026
Merged

support string classpath splitting#1559
Changyong Gong (chagong) merged 7 commits into
microsoft:mainfrom
tthornton3-chwy:feature/support-string-cp-splitting

Conversation

Copy link
Copy Markdown
Contributor

Alright this might be a little niche, but I do think it'll come in handy for more than just me :)

The classpath resolver is being finnicky, and including jars that it shouldn't be (for the test scope, it seems). I'm not too worried about it, I know the configuration for this project is a bit "non-typical". So what I am doing is using launch.json -> configurations -> ( java ) -> classPaths to "exclude" them. Great, it works!

However, instead of manually adding each of them in, i'm running an input like so "!${input:exclude-test-fixtures}",. This'll automagically go and get the jar paths that need skipping, separated by a colon (the proper delimiter). Ex: !/app/jar-1.jar:!/app/jar-2.jar:!/app/jar-2.jar

Then with this change, all of those can be skipped proper.

I don't think this'll introduce any issues, since a path that would've been there could never include a colon already.

tthornton3-chwy commented Jul 3, 2025
edited
Loading

Copy link
Copy Markdown
Contributor Author

Jinbo Wang (@testforstephen) Sheng Chen (@jdneo) this should be a quick and easy one, and then I don't have to have my own version installed / need to share it manually with the team 😆🥲

Copy link
Copy Markdown
Contributor Author

Jinbo Wang (@testforstephen) Sheng Chen (@jdneo) Changyong Gong (@chagong) wenyt (@wenytang-ms) bump! This is backwards compatible, hurts nothing, and is useful for some power-user configurations :) Can we please get it in? Or tell me what I need to do to be able to get it in?

Changyong Gong (chagong) merged commit 00a5599 into microsoft:main Jan 9, 2026
4 checks passed

Copy link
Copy Markdown
Contributor Author

Thank you Changyong Gong (@chagong) :) You rock!!!

tthornton3-chwy deleted the feature/support-string-cp-splitting branch January 10, 2026 00:33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL