Skip to content

Commit ab27a22

Browse files
committed
improve err messages
1 parent 4a389b4 commit ab27a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vscode-dotnet-runtime-library/src/Acquisition/WinMacGlobalInstaller.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ This report should be made at https://github.com/dotnet/vscode-dotnet-runtime/is
113113
case '255':
114114
return `The .NET Installer was terminated by another process unexpectedly. Please try again.`;
115115
case '1260':
116-
return `The .NET SDK Install is blocked by group policy. Please contact your IT Admin to install .NET.`
116+
return `The .NET SDK Install is blocked by group policy. For more information, contact your system administrator.`
117117
case '1460':
118118
return `The .NET SDK had a timeout error. ${reportLogMessage}`;
119119
case '1603':
120120
return `Fatal error during .NET SDK installation. ${reportLogMessage}`;
121121
case '1618':
122-
return `Another installation of .NET is already in progress. Complete that installation before proceeding with this install.`;
122+
return `Another installation is already in progress. Complete that installation before proceeding with this install.`;
123123
case '000751':
124124
return `.NET Installer Failed: A page fault was satisfied by reading from a secondary storage device. ${reportLogMessage}`;
125125
case '2147500037':

0 commit comments

Comments
 (0)