DevTools: Move to Userland/DevTools/

This commit is contained in:
Andreas Kling 2021-01-12 12:18:55 +01:00
commit 4055b03291
Notes: sideshowbarker 2024-07-18 23:53:52 +09:00
125 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,4 @@
endpoint LanguageClient = 8002
{
AutoCompleteSuggestions(Vector<GUI::AutocompleteProvider::Entry> suggestions) =|
}