"src/vscode:/vscode.git/clone" did not exist on "84c6f1e3ca0e759aae5bdb7bff7909dd6e9ec0ec"
serverPanic(): allow printf() alike formatting.
This is of great interest because allows us to print debugging
informations that could be of useful when debugging, like in the
following example:
serverPanic("Unexpected encoding for object %d, %d",
obj->type, obj->encoding);
Please register or sign in to comment