Skip to content

Commit

Permalink
Update src/omnisharp/requirementCheck.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Fred Silberberg <[email protected]>
  • Loading branch information
JoeRobich and 333fred authored Oct 10, 2022
1 parent f9b4682 commit 9f77d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omnisharp/requirementCheck.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ interface PromptItem extends vscode.MessageItem {

async function promptToDownloadDotNetSDK() {
return new Promise<PromptResult>((resolve, reject) => {
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.';
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.';

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

Expand Down

0 comments on commit 9f77d9c

Please sign in to comment.