We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8be74 commit 45e23deCopy full SHA for 45e23de
module/PowerShellEditorServices/Commands/Public/Start-DebugAttachSession.ps1
@@ -129,7 +129,7 @@ function Start-DebugAttachSession {
129
130
# https://microsoft.github.io/debug-adapter-protocol/specification#Reverse_Requests_StartDebugging
131
$resp = $debugServer.SendRequest(
132
- "startDebugging",
+ 'startDebugging',
133
@{
134
configuration = $configuration
135
request = 'attach'
0 commit comments