code --version (return code: 0)
1.1.1
code --help (return code: 0)
Visual Studio Code v1.1.1
Usage: code [arguments] [paths...]
Options:
-d, --diff Open a diff editor. Requires to pass two file paths
as arguments.
--disable-extensions Disable all installed extensions.
-g, --goto Open the file at path at the line and column (add
:line[:column] to path).
-h, --help Print usage.
--locale <locale> The locale to use (e.g. en-US or zh-TW).
-n, --new-window Force a new instance of Code.
-r, --reuse-window Force opening a file or folder in the last active
window.
--user-data-dir <dir> Specifies the directory that user data is kept in,
useful when running as root.
-v, --version Print version.
-w, --wait Wait for the window to be closed before returning.