You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Reenable GDScript LSP server
This commit is contained in:
@@ -31,9 +31,6 @@
|
||||
#ifndef GODOT_LSP_H
|
||||
#define GODOT_LSP_H
|
||||
|
||||
// FIXME: Reenable LSP.
|
||||
#if 0
|
||||
|
||||
#include "core/class_db.h"
|
||||
#include "core/list.h"
|
||||
#include "editor/doc_data.h"
|
||||
@@ -1788,5 +1785,3 @@ static String marked_documentation(const String &p_bbcode) {
|
||||
} // namespace lsp
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user