Open
Description
- MSSQL Extension Version: v1.26.0
- VSCode Version: 1.95.3
- OS Version: Windows 11 24H2 Enterprise
Steps to Reproduce:
- Establish SQL Server Connection - either by choosing Connect under the connection or by choosing ">MS SQL: Connect" from the command pallet.
- Right click the connection and select "New Query"
- Start typing query, for example:
a. SELECT * FROM dbo. at this time, expect a list of tables to appear, but do not
or
b. bring cursor after "SELECT" in the following query and press ctrl+enter; expect to see a list of columns appear, but do not.
SELECT FROM dbo.VALID_TABLE