feat: add symbol palette

The palette intentionally shows narrow to give more prevalence to file
contents and see the context.
This commit is contained in:
Igor Támara 2025-11-14 08:06:54 -05:00 committed by CJ van den Berg
parent cfb208f3d8
commit 6e9e00e142
4 changed files with 222 additions and 16 deletions

View file

@ -1285,7 +1285,6 @@ fn send_symbol_information(to: tp.pid_ref, file_path: []const u8, item: []const
try cbor.skipValue(&iter);
}
}
logger_t.print("Processed: {s} with {d} descendants", .{ name, descendant_count });
try switch (symbolKind) {
SymbolType.document_symbol => {