From 9ab0874dd22ec566b25cdb5b260ee0f7a8f4cca9 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Eugenio Halili Date: Sun, 15 Aug 2021 22:11:55 +0800 Subject: [PATCH] added an note on installing VS Code and code-server Signed-off-by: Andrei Jiroh Eugenio Halili --- bootstrap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap b/bootstrap index 4e58ba3..1a6bbc7 100755 --- a/bootstrap +++ b/bootstrap @@ -302,6 +302,8 @@ customizeCloudShell() { sudo $HOME/.customize_environment } +# TODO: Install VS Code here (or code-server) + main() { # check if the help flag is here [[ $DEBUG != "" ]] && echo "flags: $*"