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:
commit
56f3e2611d
8 changed files with 276 additions and 58 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue