diff --git a/extensions/sql/sql.configuration.json b/extensions/sql/sql.configuration.json index 00efa8e538b..ee314b01842 100644 --- a/extensions/sql/sql.configuration.json +++ b/extensions/sql/sql.configuration.json @@ -7,6 +7,20 @@ ["{", "}"], ["[", "]"], ["(", ")"] + ], + "autoClosingPairs": [ + ["{", "}"], + ["[", "]"], + ["(", ")"], + ["\"", "\""], + ["'", "'"] + ], + "surroundingPairs": [ + ["{", "}"], + ["[", "]"], + ["(", ")"], + ["\"", "\""], + ["'", "'"] ] // enhancedBrackets:[