Skip to content

Commit e4c3ea2

Browse files
authored
Remove angle brackets from VB brackets (microsoft#183782)
Fixes microsoft#183359
1 parent d46c2fc commit e4c3ea2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extensions/vb/language-configuration.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"brackets": [
66
["{", "}"],
77
["[", "]"],
8-
["(", ")"],
9-
["<", ">"]
8+
["(", ")"]
109
],
1110
"autoClosingPairs": [
1211
["{", "}"],

0 commit comments

Comments
 (0)