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 f9902c6 commit 495e63dCopy full SHA for 495e63d
src/PowerShellEditorServices.Protocol/Server/DebugAdapter.cs
@@ -294,7 +294,7 @@ await requestContext.SendError(
294
$"Attach request failed, '{attachParams.ProcessId}' is an invalid value for the processId.");
295
296
await requestContext.SendError(
297
- $"A positive integer must be specified for the processId field.");
+ "A positive integer must be specified for the processId field.");
298
299
return;
300
}
0 commit comments