Closed
Description
Problem
As a code-server user, it's difficult to know where code-server lives on my machine. Therefore, it is hard to uninstall and know that everything has been removed.
Solution
Add args/flags to print out the paths to the installation location and the config location:
code-server --installation-prefix
code-server --config-prefix
Originally suggested by @TeffenEllis in #3840 (review)