Open
Description
Steps to Reproduce:
- Create a database project, configure build as default configuration to create tasks.json
- Add a table, but with a syntax error like this
CREATE TABLE [dbo].[Table1] ( [Id] INT NOT NULL PRIMARY KY )
- Build the project, in Terminal it says there is only 1 error
- But under Problems tab it shows 2
- If I fix the syntax error, manually or using Copilot, only 1 error disappears unless I build the project again