From 0bb96195c1ca3a0d72c230cd19b28e6e6c7e165b Mon Sep 17 00:00:00 2001 From: Lopy <70210066+lopi-py@users.noreply.github.com> Date: Sun, 8 Oct 2023 16:13:50 -0500 Subject: [PATCH] docs: accept optional return in `sourcemap.select_project_file` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e50171a..7583e33 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ require("luau-lsp").setup { enabled = true, rojo_path = "rojo", include_non_scripts = true, - ---@type fun():string + ---@type fun():string? select_project_file = nil, }, types = {