Merge pull request #455 from davidgm94/fix-zls-config-crash
Fix ZLS config not found crash #410
This commit is contained in:
commit
14698c35c9
@ -1721,6 +1721,7 @@ pub fn main() anyerror!void {
|
||||
}
|
||||
}
|
||||
logger.info("No config file zls.json found.", .{});
|
||||
config_path = null;
|
||||
}
|
||||
|
||||
// Find the zig executable in PATH
|
||||
|
Loading…
Reference in New Issue
Block a user