Skip to content

Commit f070e35

Browse files
rkeithhilldaviwil
authored andcommitted
Changed error message wording
1 parent 725284f commit f070e35

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 host process except on Windows.";
55+
let msg = "PowerShell Core only supports attaching to a host process on Windows.";
5656
return vscode.window.showErrorMessage(msg).then(_ => {
5757
return undefined;
5858
});

0 commit comments

Comments
 (0)