virtualx-engine/modules/gdscript/language_server
Ev1lbl0w 7bccd5487e
Implemented initial DAP support
Implemented "output" event

Refactored "seq" field generation

Prevent debugging when editor and client are in different projects

Removed unneeded references to peer on the parser

Refactored way to detect project path

Implemented "setBreakpoints" request

Fix double events when terminating from client

Refactored "stopped" event

Implemented "stopped" with breakpoint event

Implemented "stackTrace", "scopes" and "variables" request

Report incoming number of stack dump variables

Implemented proper reporting of scopes and variables from stack frames

Prevent editor from grabbing focus when a DAP session is active

Implemented "next" and "stepIn" requests

Implemented "Source" checksum computing

Switched expected errors from macros to silent guards

Refactored message_id

Respect client settings regarding lines/columns behavior

Refactored nested DAP fields

Implement reporting of "Members" and "Globals" scopes as well

Fix error messages not being shown, and improved wrong path message
2021-08-02 10:43:35 +01:00
..
gdscript_extend_parser.cpp Consolidate JSON, JSONParseResults and JSONParser into JSON 2021-06-19 08:01:40 +01:00
gdscript_extend_parser.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gdscript_language_protocol.cpp Implemented initial DAP support 2021-08-02 10:43:35 +01:00
gdscript_language_protocol.h Misc cleanup of header includes 2021-07-15 00:46:43 +02:00
gdscript_language_server.cpp Implement the ability to disable classes 2021-07-13 09:25:14 -03:00
gdscript_language_server.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
gdscript_text_document.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
gdscript_text_document.h Implement didClose notification in LSP 2021-07-08 11:40:15 -04:00
gdscript_workspace.cpp Rename instance()->instantiate() when it's a verb 2021-06-19 20:49:18 -06:00
gdscript_workspace.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
lsp.hpp Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00