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 error when debugging untitled script with no launch.json
This change fixes an issue which causes and error to appear in the
integrated console when debugging an untitled file without a launch.json
configuration. The fix is to use the full Uri path when crafting a
launch config for an untitled file.
ResolvesPowerShell#648.
0 commit comments