diff --git a/extensions/fsharp/fsharp.configuration.json b/extensions/fsharp/fsharp.configuration.json index 509cce164616f079a964a002bd56ff0f68254804..c7b8d893937772923fe73d7a25a48fd2e454ed05 100644 --- a/extensions/fsharp/fsharp.configuration.json +++ b/extensions/fsharp/fsharp.configuration.json @@ -7,5 +7,19 @@ ["{", "}"], ["[", "]"], ["(", ")"] + ], + "autoClosingPairs": [ + ["{", "}"], + ["[", "]"], + ["(", ")"], + ["\"", "\""], + ["'", "'"] + ], + "surroundingPairs": [ + ["{", "}"], + ["[", "]"], + ["(", ")"], + ["\"", "\""], + ["'", "'"] ] } \ No newline at end of file