Update PostParser to prepend line break before flags HTML

This commit is contained in:
vvzvlad
2025-03-28 16:53:51 +03:00
parent c57e6f5318
commit cef46680ef
2 changed files with 18 additions and 2 deletions
+17 -1
View File
@@ -4,5 +4,21 @@
"path": "."
}
],
"settings": {}
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ebec63",
"activityBar.background": "#ebec63",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#15a9aa",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#ebec63",
"titleBar.activeBackground": "#e5e636",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#e5e63699",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#e5e636"
}
}