Skip to content

Commit 976f97d

Browse files
authored
Correct dialect option in SQL-Formatter-VSCode settings
1 parent f30e23f commit 976f97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ pick the proper dialect, like:
232232
format('select [col] from tbl', { language: 'transactsql' });
233233
```
234234

235-
Or when using the VSCode extension: Settings -> SQL-Formatter-VSCode: SQLFlavourOverride.
235+
Or when using the VSCode extension: Settings -> SQL-Formatter-VSCode -> Dialect.
236236

237237
### Module parse failed: Unexpected token
238238

0 commit comments

Comments
 (0)