Remove angle brackets from VB brackets (#183782)

Fixes #183359
This commit is contained in:
Alex Ross
2023-05-30 14:10:41 +02:00
committed by GitHub
parent d46c2fcd5d
commit e4c3ea2b5c

View File

@@ -5,8 +5,7 @@
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"],
["<", ">"]
["(", ")"]
],
"autoClosingPairs": [
["{", "}"],