|
I have this little method To help me continuously prompt for source paths to use for java debugging. I added |
Answered by
JasZhe
Feb 13, 2025
Replies: 1 comment
|
Nevermind, one way I solved it was to put this method in the This seems to work quite nicely now A little embarrassing for me, I tried this earlier but I had (plist-get :sourcePaths config) earlier so it was still prompting me twice 🤦 |
0 replies
Answer selected by
JasZhe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nevermind, one way I solved it was to put this method in the
ensureThis seems to work quite nicely now
A little embarrassing for me, I tried this earlier but I had (plist-get :sourcePaths config) earlier so it was still prompting me twice 🤦
Still, hopefully someone finds some use out of this