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
Write a simple extension and use vscode.debug.startDebugging(...) to launch named configs and compound configs and in-memory launch configs. They should work identically to manually launching: changes in files and launch.configs will be saved, preLaunchTasks should be run.
Verify that vscode.debug.startDebugging(...) honours the folder argument.
Verify that activeDebugSession, onDidStartDebugSession, onDidTerminateDebugSession, and onDidChangeActiveDebugSession work as documented.
The text was updated successfully, but these errors were encountered:
Test for #30338, #30157, #31266, and #31202:
Complexity: 3
Write a simple extension and use
vscode.debug.startDebugging(...)
to launch named configs and compound configs and in-memory launch configs. They should work identically to manually launching: changes in files and launch.configs will be saved,preLaunchTasks
should be run.Verify that
vscode.debug.startDebugging(...)
honours the folder argument.Verify that
activeDebugSession
,onDidStartDebugSession
,onDidTerminateDebugSession
, andonDidChangeActiveDebugSession
work as documented.The text was updated successfully, but these errors were encountered: