-
Notifications
You must be signed in to change notification settings - Fork 39.2k
Simplify regex #286138
Copy link
Copy link
Closed
Labels
debtCode quality issuesCode quality issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersterminal-profiles
Milestone
Metadata
Metadata
Assignees
Labels
debtCode quality issuesCode quality issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersterminal-profiles
@dmitrivMS pointed this out:
https://github.com/microsoft/vscode/blob/7f374a7abac5864a1dd7f4cdfdaa09d1614e02ad/src/vs/platform/terminal/node/terminalProfiles.ts#L362C2-L362C38
It was probably meant to be
/\r?\n/. Just need to change and double check the wsl detection still works.