From 95aa29df55a881ace45c94b66c5c569bf2788591 Mon Sep 17 00:00:00 2001 From: Gary Schaetz Date: Thu, 27 Apr 2017 15:25:21 -0500 Subject: [PATCH] Update start.sh Don't know if they changed it or what but it is now editor not code --- vscode/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/start.sh b/vscode/start.sh index 3f836af..54c8821 100755 --- a/vscode/start.sh +++ b/vscode/start.sh @@ -1,4 +1,4 @@ #!/bin/bash -su user -c /usr/bin/code +su user -c /usr/bin/editor sleep infinity