-
-
Notifications
You must be signed in to change notification settings - Fork 350
Open
Labels
Description
Describe the bug
some commandes wrong formatting. after this sql script does not executing
for example
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
after formatting look like
SET
ANSI_NULLS ON GO
SET
QUOTED_IDENTIFIER ON GO
To Reproduce
Steps to reproduce the behavior:
- open .sql file
- insert
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
- Alt+Shift+F
Expected behavior
do not change format for this rows
Desktop (please complete the following information):
- SQLTools Version [e.g. v0.28.4]
- VS Code Version: [e.g 1.103.1]
- OS: [e.g. Windows]