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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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