Skip to content

Conversation

JoeRobich
Copy link
Member

No description provided.

@JoeRobich JoeRobich requested a review from a team as a code owner October 1, 2025 13:52
});

const prRegex = /^\*.+\(PR: \[#(\d+)\]\(/g;
const prRegex = /^\*.+\(PR: \[#(\d+)\]\(/;
Copy link
Member Author

Choose a reason for hiding this comment

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

Using the g (global) flag was not only unnecessary since we are looking one line at a time but it also meant the regex was stateful and needed to be reset as it is intended to be rerun on the same string finding additional matches.

- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)

# 2.94.x
* Update RoslynCopilot url to 18.0.797-alpha (PR: [#8652](https://github.com/OmniSharp/omnisharp-vscode/pull/8652))
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 corrected regexes found these additional PRs.

@JoeRobich JoeRobich merged commit 8e2aa04 into main Oct 1, 2025
28 checks passed
@JoeRobich JoeRobich deleted the dev/jorobich/fix-changelog branch October 1, 2025 17:39
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.

2 participants