From 6884811fdaf2e5ce99e678f63ab882b983b74c45 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Thu, 18 Aug 2022 00:08:11 +0200 Subject: [PATCH] fix(vscode): change hostname of local server Signed-off-by: Matej Focko --- playbooks/roles/vscode/templates/update.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/vscode/templates/update.sh.j2 b/playbooks/roles/vscode/templates/update.sh.j2 index 91311b1..dba9dee 100644 --- a/playbooks/roles/vscode/templates/update.sh.j2 +++ b/playbooks/roles/vscode/templates/update.sh.j2 @@ -4,7 +4,7 @@ URL='https://code.visualstudio.com/sha/download?build=insider&os=linux-x64' # for local -# URL='https://gauss.mfocko.xyz/code-insiders.tar.gz' +# URL='https://maxwell.mfocko.xyz/code-insiders.tar.gz' # for local over VPN (also use --no-check-certificate) # URL='https://172.16.0.2/code-insiders.tar.gz'