Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OmniSharp to 1.39.11 #6771

Merged
merged 3 commits into from
Dec 26, 2023
Merged

Conversation

JoeRobich
Copy link
Member

@JoeRobich JoeRobich requested a review from a team as a code owner December 22, 2023 18:35
if (fileName === undefined) {
return undefined; // If the file name is undefined, no version to replace
}

if (oldVersion.length > 0) {
return fileName.replaceAll(oldVersion, newVersion);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The regex was removing the -net6.0 from O# install paths because it considered it a preview tag. Made sending in the old version string optional so that replacing it can be more precise.

@JoeRobich JoeRobich merged commit c372c4d into main Dec 26, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants