Add a replay feature to zls (#857)
* add config options for `zls --replay` * implement `zls --replay` * remove carriage return from zls replay files * add missing arguments for Server.init in tests
This commit is contained in:
@@ -40,7 +40,7 @@ pub const Context = struct {
|
||||
|
||||
config.* = default_config;
|
||||
|
||||
var server = try Server.init(allocator, config, null);
|
||||
var server = try Server.init(allocator, config, null, false, false);
|
||||
errdefer server.deinit();
|
||||
|
||||
var context: Context = .{
|
||||
|
||||
Reference in New Issue
Block a user