Skip to content

Commit 965bd02

Browse files
CtByteLGUG2Z
authored andcommitted
fix(apps): Microsoft SQL Server Management Studio composite rule
1 parent 4eb7379 commit 965bd02

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

applications.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,17 +1551,19 @@
15511551
},
15521552
"Microsoft SQL Server Management Studio": {
15531553
"floating": [
1554-
{
1555-
"kind": "Exe",
1556-
"id": "Ssms.exe",
1557-
"matching_strategy": "Equals"
1558-
},
1559-
{
1560-
"kind": "Class",
1561-
"id": "WindowsForms10.Window.8.app",
1562-
"matching_strategy": "StartsWith"
1563-
}
1564-
]
1554+
[
1555+
{
1556+
"kind": "Exe",
1557+
"id": "Ssms.exe",
1558+
"matching_strategy": "Equals"
1559+
},
1560+
{
1561+
"kind": "Class",
1562+
"id": "WindowsForms10.Window.8.app",
1563+
"matching_strategy": "StartsWith"
1564+
}
1565+
]
1566+
]
15651567
},
15661568
"Microsoft Teams": {
15671569
"tray_and_multi_window": [

0 commit comments

Comments
 (0)