We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725284f commit f070e35Copy full SHA for f070e35
src/features/DebugSession.ts
@@ -52,7 +52,7 @@ export class DebugSessionFeature implements IFeature, DebugConfigurationProvider
52
if (versionDetails.edition.toLowerCase() === "core" &&
53
platformDetails.operatingSystem !== OperatingSystem.Windows) {
54
55
- let msg = "PowerShell Core does not support attaching to a host process except on Windows.";
+ let msg = "PowerShell Core only supports attaching to a host process on Windows.";
56
return vscode.window.showErrorMessage(msg).then(_ => {
57
return undefined;
58
});
0 commit comments