debug: allow to configure substitutePath
for debug test codelens and symlinks
#1467
Labels
Milestone
substitutePath
for debug test codelens and symlinks
#1467
Users who work in symlinked workspace need to use
substitutePath
(introduced as a fix for #622) because VSCode may use the symlinked pathwhile the Go command and Delve would use the original path.
This solution is not available for debug sessions started with the debug test codelens or
the debug session that started with a default configuration without launch.json (see #855)
A couple of options:
substitutePath
settings (e.g. go.delveConfig ) insettings.json
substitutePath
automatically.The text was updated successfully, but these errors were encountered: