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
Easier launching of the debugging when /waitForDebugger passed in.
OK been doing a lot of debugging of the debug adapater and this has been driving me crazy. Launch VSCode, open PS1 file so I can find the PID of the editor host. Then debug the script, hop over to VS attach to process, find the PID of the second host process (the debug instance) and attach. This new approach will just pop up a dialog box asking which instance of VS to use to debug. You can press NO to skip attaching the debugger and the script will continue to execute.
0 commit comments