You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an .sql file in VS Code, enter a invalid SQL select query and hit Ctrl+S: the plugin warns about an SQL error.
So far so good.
Now, correct the SQL error and hit Ctrl+S again: the red underline does not go away and the error stays.
Close the .sql file and open it back: the error has disappeared.
The extension always seems to display the latest error even when the SQL syntax indeed is valid.
The text was updated successfully, but these errors were encountered:
Using Visual Studio Code 1.73.1
Using
Create an .sql file in VS Code, enter a invalid SQL select query and hit Ctrl+S: the plugin warns about an SQL error.
So far so good.
Now, correct the SQL error and hit Ctrl+S again: the red underline does not go away and the error stays.
Close the .sql file and open it back: the error has disappeared.
The extension always seems to display the latest error even when the SQL syntax indeed is valid.
The text was updated successfully, but these errors were encountered: