From 7c0b5a06f861e290ab4b680072481e6c6ad6744a Mon Sep 17 00:00:00 2001 From: Aleksandr Melnikov Date: Mon, 26 Oct 2020 15:42:34 -0700 Subject: [PATCH] Removing whitespace. --- db/go/20201008153033_update_jupyter_lab_template.go | 6 +++--- db/go/20201008153041_update_vscode_template.go | 6 +++--- .../Persist Packages during Workspace Switch or Update.md | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/db/go/20201008153033_update_jupyter_lab_template.go b/db/go/20201008153033_update_jupyter_lab_template.go index 8c758f2..3f730b6 100644 --- a/db/go/20201008153033_update_jupyter_lab_template.go +++ b/db/go/20201008153033_update_jupyter_lab_template.go @@ -26,7 +26,7 @@ containers: lifecycle: postStart: exec: - command: + command: - /bin/sh - -c - > @@ -36,7 +36,7 @@ containers: if [ -f "$jupytertxt" ]; then cat $jupytertxt | xargs -n 1 jupyter labextension install --no-build; fi; preStop: exec: - command: + command: - /bin/sh - -c - > @@ -67,7 +67,7 @@ routes: - destination: port: number: 80 -# DAG Workflow to be executed once a Workspace action completes (optional) +# DAG Workflow to be executed once a Workspace action completes (optional) #postExecutionWorkflow: # entrypoint: main # templates: diff --git a/db/go/20201008153041_update_vscode_template.go b/db/go/20201008153041_update_vscode_template.go index 8d661c1..baef3fe 100644 --- a/db/go/20201008153041_update_vscode_template.go +++ b/db/go/20201008153041_update_vscode_template.go @@ -21,7 +21,7 @@ containers: lifecycle: postStart: exec: - command: + command: - /bin/sh - -c - > @@ -31,7 +31,7 @@ containers: if [ -f "$vscodetxt" ]; then cat $vscodetxt | xargs -n 1 code-server --install-extension; fi; preStop: exec: - command: + command: - /bin/sh - -c - > @@ -50,7 +50,7 @@ routes: - destination: port: number: 8080 -# DAG Workflow to be executed once a Workspace action completes (optional) +# DAG Workflow to be executed once a Workspace action completes (optional) #postExecutionWorkflow: # entrypoint: main # templates: diff --git a/design-docs/Persist Packages during Workspace Switch or Update.md b/design-docs/Persist Packages during Workspace Switch or Update.md index a5b9b22..c14d87f 100644 --- a/design-docs/Persist Packages during Workspace Switch or Update.md +++ b/design-docs/Persist Packages during Workspace Switch or Update.md @@ -1,8 +1,8 @@ # Background -A user may install pip packages, conda packages, jupyterlab extensions, +A user may install pip packages, conda packages, jupyterlab extensions, or vscode extensions. -To improve the user experience, we should save these packages +To improve the user experience, we should save these packages when the user pauses and resumes the workspace. - And when the user changes the workspace machine.