mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 14:41:07 +00:00
Reenable GDScript LSP server
This commit is contained in:
parent
dadfcd8aba
commit
b6a2628c48
14 changed files with 353 additions and 342 deletions
|
|
@ -149,6 +149,8 @@ T *GDScriptParser::alloc_node() {
|
|||
// TODO: Properly set positions for all nodes.
|
||||
node->start_line = previous.start_line;
|
||||
node->end_line = previous.end_line;
|
||||
node->start_column = previous.start_column;
|
||||
node->end_column = previous.end_column;
|
||||
node->leftmost_column = previous.leftmost_column;
|
||||
node->rightmost_column = previous.rightmost_column;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue