From d0db546bc2cd9145b41e28325b769c3f58ef8dd1 Mon Sep 17 00:00:00 2001 From: gabrielluizsf <93672097+gabrielluizsf@users.noreply.github.com> Date: Tue, 1 Apr 2025 14:01:59 -0300 Subject: [PATCH] fix(docs): Ensure function documentation appears on hover - Removed unnecessary blank line to make function documentation visible on hover. - No changes to logic or functionality. --- internal/tsoptions/tsconfigparsing.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/tsoptions/tsconfigparsing.go b/internal/tsoptions/tsconfigparsing.go index 8fa2758034..45e4e2c188 100644 --- a/internal/tsoptions/tsconfigparsing.go +++ b/internal/tsoptions/tsconfigparsing.go @@ -1423,7 +1423,6 @@ func removeWildcardFilesWithLowerPriorityExtension(file string, wildcardFiles co // options is the Compiler options. // host is the host used to resolve files and directories. // extraFileExtensions optionally file extra file extension information from host - func getFileNamesFromConfigSpecs( configFileSpecs configFileSpecs, basePath string, // considering this is the current directory