We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb7379 commit 965bd02Copy full SHA for 965bd02
applications.json
@@ -1551,17 +1551,19 @@
1551
},
1552
"Microsoft SQL Server Management Studio": {
1553
"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
- ]
+ [
+ {
+ "kind": "Exe",
+ "id": "Ssms.exe",
+ "matching_strategy": "Equals"
+ },
+ "kind": "Class",
+ "id": "WindowsForms10.Window.8.app",
+ "matching_strategy": "StartsWith"
+ }
1565
+ ]
1566
1567
1568
"Microsoft Teams": {
1569
"tray_and_multi_window": [
0 commit comments