feat: add maximum_symlink_depth and log_ignored_links config options
This commit is contained in:
parent
3d58186b1a
commit
2749dea1b1
3 changed files with 6 additions and 0 deletions
|
|
@ -175,6 +175,8 @@ fn init(allocator: Allocator) InitError!*Self {
|
|||
|
||||
tp.env.get().set("lsp_verbose", conf.lsp_output == .verbose);
|
||||
tp.env.get().set("follow_directory_symlinks", conf.follow_directory_symlinks);
|
||||
tp.env.get().set("log_ignored_links", conf.log_ignored_links);
|
||||
tp.env.get().num_set("maximum_symlink_depth", @intCast(conf.maximum_symlink_depth));
|
||||
|
||||
var self = try allocator.create(Self);
|
||||
// don't destroy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue