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