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
Hi. launchSettingsProfile uses ${cwd}, but it can be not a project path, for example I use cwd as artifacts/bin and I've got this:
WARNING: launch.json property 'launchSettingsProfile' was specified but is ignored because launchSettings.json could not be found. 'C:\code\example/artifacts/bin/Properties\launchSettings.json' does not exist.
Also I think we should normalize the directory separator too.
This PR updates the debugger to 1.23.19. There are only a few minor changes in the new version:
1. Switched from using .NET 6.0 rc2 to .NET 6.0 GA for running the debugger's own managed code
2. Add target architecture to logging/telemetry
3. Implement #4868
Hi.
launchSettingsProfile
uses${cwd}
, but it can be not a project path, for example I use cwd as artifacts/bin and I've got this:Also I think we should normalize the directory separator too.
Related:
cc: @gregg-miskelly
The text was updated successfully, but these errors were encountered: