1
0
Fork 0
godot/modules/gdscript/language_server
Adam Wardell e9d8c261a5 call update_exports from LSP didSave function
exports in the inspector were not properly appearing when a gdscript was saved using an external IDE
this commit adds a call to GDScript::UpdateExports toward the end of GDScriptTextDocument::didSave
2023-01-20 19:16:53 -08:00
..
gdscript_extend_parser.cpp
gdscript_extend_parser.h
gdscript_language_protocol.cpp
gdscript_language_protocol.h
gdscript_language_server.cpp
gdscript_language_server.h
gdscript_text_document.cpp call update_exports from LSP didSave function 2023-01-20 19:16:53 -08:00
gdscript_text_document.h
gdscript_workspace.cpp
gdscript_workspace.h
godot_lsp.h