@@ -82,6 +82,8 @@ SOURCES = src/version_module.f90 \ |
| 82 | 82 | src/lsp/lsp_client_module.f90 \ |
| 83 | 83 | src/lsp/document_sync_module.f90 \ |
| 84 | 84 | src/lsp/diagnostics_module.f90 \ |
| 85 | + src/lsp/server_detection_module.f90 \ |
| 86 | + src/lsp/server_installer_module.f90 \ |
| 85 | 87 | src/ui/completion_popup_module.f90 \ |
| 86 | 88 | src/ui/hover_tooltip_module.f90 \ |
| 87 | 89 | src/ui/diagnostics_panel_module.f90 \ |
@@ -91,12 +93,14 @@ SOURCES = src/version_module.f90 \ |
| 91 | 93 | src/ui/signature_tooltip_module.f90 \ |
| 92 | 94 | src/ui/command_palette_module.f90 \ |
| 93 | 95 | src/ui/workspace_symbols_panel_module.f90 \ |
| 96 | + src/ui/lsp_server_installer_panel_module.f90 \ |
| 94 | 97 | src/editor_state_module.f90 \ |
| 95 | 98 | src/undo/undo_stack_module.f90 \ |
| 96 | 99 | src/workspace/file_tree_module.f90 \ |
| 97 | 100 | src/workspace/git_ops_module.f90 \ |
| 98 | 101 | src/workspace/file_tree_renderer_module.f90 \ |
| 99 | 102 | src/workspace/config_module.f90 \ |
| 103 | + src/workspace/app_state_module.f90 \ |
| 100 | 104 | src/workspace/favorites_module.f90 \ |
| 101 | 105 | src/workspace/recents_module.f90 \ |
| 102 | 106 | src/workspace/workspace_module.f90 \ |