Skip to content

Commit 9f77d9c

Browse files
JoeRobich333fred
andauthored
Update src/omnisharp/requirementCheck.ts
Co-authored-by: Fred Silberberg <[email protected]>
1 parent f9b4682 commit 9f77d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/omnisharp/requirementCheck.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ interface PromptItem extends vscode.MessageItem {
101101

102102
async function promptToDownloadDotNetSDK() {
103103
return new Promise<PromptResult>((resolve, reject) => {
104-
const message = 'OmniSharp requires an install of the .NET SDK to provide language services when `omnisharp.useModernNet` is enabled in Settings. Please install the latest .NET SDK and restart.';
104+
const message = 'OmniSharp requires an install of the .NET SDK to provide language services when `omnisharp.useModernNet` is enabled in Settings. Please install the latest .NET SDK and restart vscode. If you continue see this error after installing .NET and restarting vscode, you may need to log out and log back in or restart your system for changes to the PATH to take effect.';
105105

106106
const messageOptions: vscode.MessageOptions = { modal: true };
107107

0 commit comments

Comments
 (0)