feat: lots more work on LSP support (still WIP)
This commit is contained in:
parent
f460490510
commit
1406052c06
8 changed files with 472 additions and 182 deletions
|
@ -202,6 +202,8 @@ fn listen_sigwinch(self: *Self) tp.result {
|
|||
}
|
||||
|
||||
fn receive(self: *Self, from: tp.pid_ref, m: tp.message) tp.result {
|
||||
const frame = tracy.initZone(@src(), .{ .name = "tui" });
|
||||
defer frame.deinit();
|
||||
instance_ = self;
|
||||
defer instance_ = null;
|
||||
errdefer self.deinit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue