How to jump to julia std lib source code in vscoe

It looks like VSCode is using the path to the precompiled svd! (hence the buildbot directory). You may have to use @edit svd! (providing the args that you want so you get the right method) instead.
This may be worth filing an issue for.