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