From e59a6315111cdbe6d44e285ffc38e9e823d058ee Mon Sep 17 00:00:00 2001 From: AnotherTest Date: Tue, 2 Mar 2021 09:40:10 +0330 Subject: HackStudio/LanguageServers: Move some components out of Cpp This makes them available for use by other language servers. Also as a bonus, update the Shell language server to discover some symbols and add go-to-definition functionality :^) --- AK/Debug.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'AK') diff --git a/AK/Debug.h.in b/AK/Debug.h.in index 96e92889f2..e243588fd7 100644 --- a/AK/Debug.h.in +++ b/AK/Debug.h.in @@ -238,6 +238,10 @@ #cmakedefine01 KEYBOARD_SHORTCUTS_DEBUG #endif +#ifndef LANGUAGE_SERVER_DEBUG +#cmakedefine01 LANGUAGE_SERVER_DEBUG +#endif + #ifndef LEXER_DEBUG #cmakedefine01 LEXER_DEBUG #endif -- cgit v1.2.3