1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:37:44 +00:00

HackStudio: Add a Shell language server

This commit is contained in:
AnotherTest 2020-10-03 17:25:51 +03:30 committed by Andreas Kling
parent 7f3e1fa826
commit 6b55b007dd
11 changed files with 459 additions and 4 deletions

View file

@ -2,3 +2,4 @@ compile_ipc(LanguageServer.ipc LanguageServerEndpoint.h)
compile_ipc(LanguageClient.ipc LanguageClientEndpoint.h)
add_subdirectory(Cpp)
add_subdirectory(Shell)