REGRESSION INFO: Not a Regression **Platform** - [ ] Windows - [X] macOS - [ ] Linux **INSTALL STEP** 1. Repro OS: Mac 64 Sequoia 15.2 2. Install latest VSCode (latest released version 1.103.0-insider) 3. Install SDK 10.0 Preview 6 4. Install public Pre-release C# Extension, version 2.87.26 **REPRO STEPS** 1. Create razor project ``` md razor cd razor dotnet new razor ``` 2. Open this folder with vs code and open Pages/Shared/_Layout.cshtml. 3. Move the cursor to the end of line 13 and press "Enter" button. **ACTUAL** The position of the cursor is incorrect <img width="607" height="246" alt="Image" src="https://github.com/user-attachments/assets/268a2269-16a8-4080-8e87-7fedd34616b0" /> **EXPECTED** The position of the cursor is below screenshot. <img width="719" height="322" alt="Image" src="https://github.com/user-attachments/assets/8b339b50-87af-4db1-b3ad-16d4f1558b3a" />