This repository was archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 173
Language server asks user to install .NET Core 3.1 SDK if missing #821
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ound (cherry picked from commit 59681e9)
(cherry picked from commit b538b3d)
(cherry picked from commit 28e79dd)
Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com> (cherry picked from commit f2cd93b)
Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com> (cherry picked from commit de463e0)
Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com> (cherry picked from commit 7911bd5)
Co-authored-by: Sarah Marshall <33814365+samarsha@users.noreply.github.com> (cherry picked from commit c19177d)
(cherry picked from commit 283cecd)
(cherry picked from commit 833af12)
…ldLocator (cherry picked from commit 64d7d11)
(cherry picked from commit dc99a4b)
…5.0 runtime" This reverts commit e11e158.
bettinaheim
reviewed
Jan 19, 2021
bettinaheim
approved these changes
Jan 19, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is #755 to main, with a couple changes:
global.jsontoglobal.language-server.jsonto avoid confusingdotnetwhen run from the language server folder; rename it back toglobal.jsonin the output folder.LogAndExitwithLoginstead of removing the log call entirely to avoid swallowing exceptions at startup.Co-authored-by: Victor XField vxfield@outlook.com