Environment
- SQL Server 2025 CU1
- Windows 11 Pro
- Lite
- 1.0.0
Describe the Bug
In the query screens, the query seems to be clipped 1 character shorter than the full query length:

And same with the repro scripts:

If I go into the actual query plan, the full query is showing up:

So I'm guessing it's just an off-by-1 error somewhere.
Steps to Reproduce
If this isn't happening in your environment, let me know and I can figure out how to get you remote access to this lab server.
Additional Context
- Did this work before? If so, what changed? - It's been this way since I installed 1.0.0.
- Are there any relevant SQL Server configuration settings? - The instance is case insensitive if that matters.
- Are you monitoring Azure SQL DB, Azure MI, or AWS RDS? - Yes, in the sense that I'm keeping an eye on them to see if they take my job
Environment
Describe the Bug
In the query screens, the query seems to be clipped 1 character shorter than the full query length:
And same with the repro scripts:
If I go into the actual query plan, the full query is showing up:
So I'm guessing it's just an off-by-1 error somewhere.
Steps to Reproduce
If this isn't happening in your environment, let me know and I can figure out how to get you remote access to this lab server.
Additional Context