microsoft / vscode-mssql

Visual Studio Code SQL Server extension.
Other
1.54k stars 457 forks source link

Plugin applies intellisense to every sql document #17780

Closed ericbrian closed 2 months ago

ericbrian commented 1 year ago

Every sql file I open, Tsql intellisense is used to show errors and such. However, not all of my sql files are for Sqlserver. I switch it over to none for those documents. But the next time I open the document, it tries to use Tsql again.

Charles-Gagnon commented 1 year ago

Just to confirm - you're talking about this quickpick?

image

(vs the "Language Mode" quickpick)

kburtram commented 2 months ago

This looks like a duplicate of https://github.com/microsoft/vscode-mssql/issues/801