"vscode:/vscode.git/clone" did not exist on "6bebc254e88ac9b7fdaa7491d031f82ec107e418"
installer: use guard clauses in setup_shell for better readability
Guard clauses are if constructs that return early if there is an error that prevents continuing. This way there isn't a big nesting of if expressions.
Please register or sign in to comment