| 1 | using Avalonia.Controls; |
| 2 | using CascadeIDE.Models; |
| 3 | |
| 4 | namespace CascadeIDE.Views; |
| 5 | |
| 6 | [SettingsPanel(SettingsPanelIds.MarkdownLsp, "Markdown LSP", "Контент", order: 50)] |
| 7 | public partial class SettingsMarkdownLspPanelView : UserControl |
| 8 | { |
| 9 | public SettingsMarkdownLspPanelView() => InitializeComponent(); |
| 10 | } |
| 11 |