mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 21:12:08 +02:00
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 :^)
This commit is contained in:
committed by
Andreas Kling
parent
0d17cf121c
commit
e59a631511
Notes:
sideshowbarker
2024-07-18 21:43:38 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/e59a6315111 Pull-request: https://github.com/SerenityOS/serenity/pull/5594
@@ -55,9 +55,5 @@ int main(int, char**)
|
||||
perror("unveil");
|
||||
return 1;
|
||||
}
|
||||
if (unveil(nullptr, nullptr) < 0) {
|
||||
perror("unveil");
|
||||
return 1;
|
||||
}
|
||||
return event_loop.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user