Skip to content

Commit 26626ed

Browse files
rkeithhilldaviwil
authored andcommitted
Update error msg to be more informative
1 parent c08d7a2 commit 26626ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/DebugSession.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class DebugSessionFeature implements IFeature, DebugConfigurationProvider
5252
if (versionDetails.edition.toLowerCase() === "core" &&
5353
platformDetails.operatingSystem !== OperatingSystem.Windows) {
5454

55-
let msg = "PowerShell Core does not support attaching to a PowerShell host process.";
55+
let msg = "PowerShell Core does not support attaching to a host process on non-Windows operating systems.";
5656
return vscode.window.showErrorMessage(msg).then(_ => {
5757
return undefined;
5858
});

0 commit comments

Comments
 (0)