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
Fix launch configs not being found when using symlinked binary path (#1837)
* Fix launch configs not being found when using symlinked binary path
Launch configs generated prior to #1831 used the symlinked `debug`
folder in the program path.
Launch confgs are now generated with the bin-path returned from a
`swift build --show-bin-path` invocation, which is the full path and not
the symlink.
In order to find the right launch config when doing a `> Swift: Run` or
`> Swift: Debug` we need to follow any symlinks in the launch config
path to check for equivalence with the real path when searching for the
launch config to use.
* Fixup paths in SwiftSnippet tests
0 commit comments