Merge pull request #114559 from HolonProduction/lsp/fix-performance-scene-loading-workspace-completion

LSP: Fix loading scene for every request on script file for workspace completion
This commit is contained in:
Thaddeus Crews 2026-02-06 08:18:04 -06:00
commit 56f3e2611d
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
8 changed files with 276 additions and 58 deletions

View file

@ -42,10 +42,7 @@
#include "../language_server/godot_lsp.h"
#include "core/io/dir_access.h"
#include "core/io/file_access_pack.h"
#include "core/os/os.h"
#include "editor/doc/editor_help.h"
#include "editor/editor_node.h"
#include "editor/file_system/editor_file_system.h"
#include "modules/gdscript/gdscript_analyzer.h"
#include "modules/regex/regex.h"