level 2
猫猫由紀子
楼主
嗯具体的是这样子的。大家看看呢。
Intellisense stops working when query is saved
MSSQL Extension Version: 1.70
VSCode Version: 1.39.2
OS Version: Windows 10 Enterprise build version 1709
Steps to Reproduce:
Create New Query, do a standard select statement from DB
ex: SELECT *
FROM MEMBERS
Check if Intellisense works on individual columns, this should prepopulate the names
ex: SELECT MEMNAME, MEMLASTNAME
FROM MEMBERS
Save the Query (this is where it breaks, the IntelliSense doesn't prepopulate anything for the DB, as if I disconnected)
I was able to roll back 1.60 and my IntelliSense works on saved queries there, but this last update broke it.
2019年10月23日 13点10分
1
Intellisense stops working when query is saved
MSSQL Extension Version: 1.70
VSCode Version: 1.39.2
OS Version: Windows 10 Enterprise build version 1709
Steps to Reproduce:
Create New Query, do a standard select statement from DB
ex: SELECT *
FROM MEMBERS
Check if Intellisense works on individual columns, this should prepopulate the names
ex: SELECT MEMNAME, MEMLASTNAME
FROM MEMBERS
Save the Query (this is where it breaks, the IntelliSense doesn't prepopulate anything for the DB, as if I disconnected)
I was able to roll back 1.60 and my IntelliSense works on saved queries there, but this last update broke it.