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:
parent
cfb208f3d8
commit
6e9e00e142
4 changed files with 222 additions and 16 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue