Step 199: large file handling

This commit is contained in:
Bill
2026-02-10 05:15:09 -07:00
parent ae1f8ba489
commit 02063766a8
10 changed files with 238 additions and 18 deletions

View File

@@ -379,6 +379,7 @@ int main(int, char**) {
renderProjectSearchPanel(state);
renderSettingsPanel(state);
renderGoToLineDialog(state);
renderLargeFilePrompt(state);
renderLspSettingsPanel(state);
renderRefactorPopup(state);
renderCommandPalette(state);