We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08d7a2 commit 26626edCopy full SHA for 26626ed
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 PowerShell host process.";
+ let msg = "PowerShell Core does not support attaching to a host process on non-Windows operating systems.";
56
return vscode.window.showErrorMessage(msg).then(_ => {
57
return undefined;
58
});
0 commit comments