nick-gravgaard / AlwaysAlignedVS

Elastic tabstops for Visual Studio
MIT License
122 stars 7 forks source link

This extension interferes with SSDT's queries #10

Open R2D221 opened 5 years ago

R2D221 commented 5 years ago

Having the extension active, for some reason, interferes with SSDT's queries.

To reproduce:

  1. Install Always Aligned v2017.0.0
  2. Open Visual Studio
  3. Open a New Query (Tools > SQL Server > New Query)
  4. Write a query (as simple as SELECT 1)
  5. Execute it

What I expected:

What I got:

I checked my SSDT installation twice, and after some thinking, I started disabling my extensions one by one. But when I disabled Always Aligned, the SQL queries worked as intended.


I created a Visual Studio Developer Community thread regarding this, for reference.