Skip to content

Commit 45e23de

Browse files
authored
Update module/PowerShellEditorServices/Commands/Public/Start-DebugAttachSession.ps1
1 parent ac8be74 commit 45e23de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/PowerShellEditorServices/Commands/Public/Start-DebugAttachSession.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function Start-DebugAttachSession {
129129

130130
# https://microsoft.github.io/debug-adapter-protocol/specification#Reverse_Requests_StartDebugging
131131
$resp = $debugServer.SendRequest(
132-
"startDebugging",
132+
'startDebugging',
133133
@{
134134
configuration = $configuration
135135
request = 'attach'

0 commit comments

Comments
 (0)