serenity/Userland/DevTools
Itamar 45788d030a HackStudio: Remove program name element in Core::command() calls
Core::command() takes care of inserting the program name as the first
element in argv, and so we shouldn't include the program name in the
argument vector we give it.

The Shell's argument parsing logic tolerated the extra argument,
until 83609ad.

This fixes building serenity components in Hack Studio.
2022-03-17 12:32:59 +03:30
..
HackStudio HackStudio: Remove program name element in Core::command() calls 2022-03-17 12:32:59 +03:30
Inspector Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer 2022-02-25 22:35:12 +01:00
Playground Userland: Ask first for unsaved changes after clicking an "Open" action 2022-02-21 18:30:32 +01:00
Profiler Profiler: Present read event info in tree structure 2022-03-05 21:47:01 +01:00
UserspaceEmulator AK+Everywhere: Add sincos and use it in some places 2022-03-15 11:39:42 +01:00
CMakeLists.txt